Java Spring Boot Source Code
S# File Path
1https://github.com/spring-projects/spring-framework/tree/main/.editorconfig
2https://github.com/spring-projects/spring-framework/tree/main/.gitattributes
3https://github.com/spring-projects/spring-framework/tree/main/.gitignore
4https://github.com/spring-projects/spring-framework/tree/main/.sdkmanrc
5https://github.com/spring-projects/spring-framework/tree/main/build.gradle
6https://github.com/spring-projects/spring-framework/tree/main/CONTRIBUTING.md
7https://github.com/spring-projects/spring-framework/tree/main/gradle.properties
8https://github.com/spring-projects/spring-framework/tree/main/gradlew
9https://github.com/spring-projects/spring-framework/tree/main/gradlew.bat
10https://github.com/spring-projects/spring-framework/tree/main/import-into-eclipse.md
11https://github.com/spring-projects/spring-framework/tree/main/import-into-idea.md
12https://github.com/spring-projects/spring-framework/tree/main/LICENSE.txt
13https://github.com/spring-projects/spring-framework/tree/main/README.md
14https://github.com/spring-projects/spring-framework/tree/main/SECURITY.md
15https://github.com/spring-projects/spring-framework/tree/main/settings.gradle
16https://github.com/spring-projects/spring-framework/tree/main/.github/dco.yml
17https://github.com/spring-projects/spring-framework/tree/main/.github/actions/await-http-resource/action.yml
18https://github.com/spring-projects/spring-framework/tree/main/.github/actions/build/action.yml
19https://github.com/spring-projects/spring-framework/tree/main/.github/actions/create-github-release/action.yml
20https://github.com/spring-projects/spring-framework/tree/main/.github/actions/create-github-release/changelog-generator.yml
21https://github.com/spring-projects/spring-framework/tree/main/.github/actions/prepare-gradle-build/action.yml
22https://github.com/spring-projects/spring-framework/tree/main/.github/actions/print-jvm-thread-dumps/action.yml
23https://github.com/spring-projects/spring-framework/tree/main/.github/actions/send-notification/action.yml
24https://github.com/spring-projects/spring-framework/tree/main/.github/actions/sync-to-maven-central/action.yml
25https://github.com/spring-projects/spring-framework/tree/main/.github/actions/sync-to-maven-central/artifacts.spec
26https://github.com/spring-projects/spring-framework/tree/main/.github/ISSUE_TEMPLATE/config.yml
27https://github.com/spring-projects/spring-framework/tree/main/.github/ISSUE_TEMPLATE/issue.md
28https://github.com/spring-projects/spring-framework/tree/main/.github/workflows/backport-bot.yml
29https://github.com/spring-projects/spring-framework/tree/main/.github/workflows/build-and-deploy-snapshot.yml
30https://github.com/spring-projects/spring-framework/tree/main/.github/workflows/build-pull-request.yml
31https://github.com/spring-projects/spring-framework/tree/main/.github/workflows/ci.yml
32https://github.com/spring-projects/spring-framework/tree/main/.github/workflows/deploy-docs.yml
33https://github.com/spring-projects/spring-framework/tree/main/.github/workflows/release-milestone.yml
34https://github.com/spring-projects/spring-framework/tree/main/.github/workflows/release.yml
35https://github.com/spring-projects/spring-framework/tree/main/.github/workflows/update-antora-ui-spring.yml
36https://github.com/spring-projects/spring-framework/tree/main/.github/workflows/verify.yml
37https://github.com/spring-projects/spring-framework/tree/main/.idea/icon.svg
38https://github.com/spring-projects/spring-framework/tree/main/buildSrc/build.gradle
39https://github.com/spring-projects/spring-framework/tree/main/buildSrc/gradle.properties
40https://github.com/spring-projects/spring-framework/tree/main/buildSrc/README.md
41https://github.com/spring-projects/spring-framework/tree/main/buildSrc/settings.gradle
42https://github.com/spring-projects/spring-framework/tree/main/buildSrc/config/checkstyle/checkstyle.xml
43https://github.com/spring-projects/spring-framework/tree/main/buildSrc/src/main/java/org/springframework/build/CheckstyleConventions.java
44https://github.com/spring-projects/spring-framework/tree/main/buildSrc/src/main/java/org/springframework/build/ConventionsPlugin.java
45https://github.com/spring-projects/spring-framework/tree/main/buildSrc/src/main/java/org/springframework/build/JavaConventions.java
46https://github.com/spring-projects/spring-framework/tree/main/buildSrc/src/main/java/org/springframework/build/KotlinConventions.java
47https://github.com/spring-projects/spring-framework/tree/main/buildSrc/src/main/java/org/springframework/build/SpringFrameworkExtension.java
48https://github.com/spring-projects/spring-framework/tree/main/buildSrc/src/main/java/org/springframework/build/TestConventions.java
49https://github.com/spring-projects/spring-framework/tree/main/buildSrc/src/main/java/org/springframework/build/architecture/ArchitectureCheck.java
50https://github.com/spring-projects/spring-framework/tree/main/buildSrc/src/main/java/org/springframework/build/architecture/ArchitecturePlugin.java
51https://github.com/spring-projects/spring-framework/tree/main/buildSrc/src/main/java/org/springframework/build/architecture/ArchitectureRules.java
52https://github.com/spring-projects/spring-framework/tree/main/buildSrc/src/main/java/org/springframework/build/dev/LocalDevelopmentPlugin.java
53https://github.com/spring-projects/spring-framework/tree/main/buildSrc/src/main/java/org/springframework/build/hint/RuntimeHintsAgentArgumentProvider.java
54https://github.com/spring-projects/spring-framework/tree/main/buildSrc/src/main/java/org/springframework/build/hint/RuntimeHintsAgentExtension.java
55https://github.com/spring-projects/spring-framework/tree/main/buildSrc/src/main/java/org/springframework/build/hint/RuntimeHintsAgentPlugin.java
56https://github.com/spring-projects/spring-framework/tree/main/buildSrc/src/main/java/org/springframework/build/multirelease/MultiReleaseExtension.java
57https://github.com/spring-projects/spring-framework/tree/main/buildSrc/src/main/java/org/springframework/build/multirelease/MultiReleaseJarPlugin.java
58https://github.com/spring-projects/spring-framework/tree/main/buildSrc/src/main/java/org/springframework/build/optional/OptionalDependenciesPlugin.java
59https://github.com/spring-projects/spring-framework/tree/main/buildSrc/src/main/java/org/springframework/build/shadow/ShadowSource.java
60https://github.com/spring-projects/spring-framework/tree/main/buildSrc/src/test/java/org/springframework/build/multirelease/MultiReleaseJarPluginTests.java
61https://github.com/spring-projects/spring-framework/tree/main/framework-api/framework-api.gradle
62https://github.com/spring-projects/spring-framework/tree/main/framework-bom/framework-bom.gradle
63https://github.com/spring-projects/spring-framework/tree/main/framework-docs/antora-playbook.yml
64https://github.com/spring-projects/spring-framework/tree/main/framework-docs/antora.yml
65https://github.com/spring-projects/spring-framework/tree/main/framework-docs/framework-docs.gradle
66https://github.com/spring-projects/spring-framework/tree/main/framework-docs/package.json
67https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/nav.adoc
68https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/assets/images/aop-proxy-call.png
69https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/assets/images/aop-proxy-plain-pojo-call.png
70https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/assets/images/container-magic.png
71https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/assets/images/DataAccessException.png
72https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/assets/images/message-flow-broker-relay.png
73https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/assets/images/message-flow-simple-broker.png
74https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/assets/images/mvc-context-hierarchy.png
75https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/assets/images/mvc-context-hierarchy.svg
76https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/assets/images/oxm-exceptions.graffle
77https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/assets/images/oxm-exceptions.png
78https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/assets/images/prototype.png
79https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/assets/images/singleton.png
80https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/assets/images/spring-mvc-and-webflux-venn.png
81https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/assets/images/tx.png
82https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/assets/images/tx_prop_required.png
83https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/assets/images/tx_prop_requires_new.png
84https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/examples/docs-src
85https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/appendix.adoc
86https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core.adoc
87https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access.adoc
88https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/index.adoc
89https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration.adoc
90https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/languages.adoc
91https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/overview.adoc
92https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/page-layout.adoc
93https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/rsocket.adoc
94https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing.adoc
95https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web-reactive.adoc
96https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web.adoc
97https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop-api.adoc
98https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop.adoc
99https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aot.adoc
100https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/appendix.adoc
101https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans.adoc
102https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/databuffer-codec.adoc
103https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/expressions.adoc
104https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/null-safety.adoc
105https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/resilience.adoc
106https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/resources.adoc
107https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/validation.adoc
108https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop/aspectj-programmatic.adoc
109https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop/ataspectj.adoc
110https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop/choosing.adoc
111https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop/introduction-defn.adoc
112https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop/introduction-proxies.adoc
113https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop/introduction-spring-defn.adoc
114https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop/mixing-styles.adoc
115https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop/proxying.adoc
116https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop/resources.adoc
117https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop/schema.adoc
118https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop/using-aspectj.adoc
119https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop/ataspectj/advice.adoc
120https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop/ataspectj/aspectj-support.adoc
121https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop/ataspectj/at-aspectj.adoc
122https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop/ataspectj/example.adoc
123https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop/ataspectj/instantiation-models.adoc
124https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop/ataspectj/introductions.adoc
125https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop/ataspectj/pointcuts.adoc
126https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop-api/advice.adoc
127https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop-api/advised.adoc
128https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop-api/advisor.adoc
129https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop-api/autoproxy.adoc
130https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop-api/concise-proxy.adoc
131https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop-api/extensibility.adoc
132https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop-api/pfb.adoc
133https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop-api/pointcuts.adoc
134https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop-api/prog.adoc
135https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/aop-api/targetsource.adoc
136https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/appendix/application-startup-steps.adoc
137https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/appendix/xml-custom.adoc
138https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/appendix/xsd-schemas.adoc
139https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/annotation-config.adoc
140https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/basics.adoc
141https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/beanfactory.adoc
142https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/child-bean-definitions.adoc
143https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/classpath-scanning.adoc
144https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/context-introduction.adoc
145https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/context-load-time-weaver.adoc
146https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/definition.adoc
147https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/dependencies.adoc
148https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/environment.adoc
149https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/factory-extension.adoc
150https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/factory-nature.adoc
151https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/factory-scopes.adoc
152https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/introduction.adoc
153https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/java.adoc
154https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/standard-annotations.adoc
155https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/annotation-config/autowired-primary.adoc
156https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/annotation-config/autowired-qualifiers.adoc
157https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/annotation-config/autowired.adoc
158https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/annotation-config/custom-autowire-configurer.adoc
159https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/annotation-config/generics-as-qualifiers.adoc
160https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/annotation-config/postconstruct-and-predestroy-annotations.adoc
161https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/annotation-config/resource.adoc
162https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/annotation-config/value-annotations.adoc
163https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/dependencies/factory-autowire.adoc
164https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/dependencies/factory-collaborators.adoc
165https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/dependencies/factory-dependson.adoc
166https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/dependencies/factory-lazy-init.adoc
167https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/dependencies/factory-method-injection.adoc
168https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/dependencies/factory-properties-detailed.adoc
169https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/java/basic-concepts.adoc
170https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/java/bean-annotation.adoc
171https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/java/composing-configuration-classes.adoc
172https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/java/configuration-annotation.adoc
173https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/java/instantiating-container.adoc
174https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/beans/java/programmatic-bean-registration.adoc
175https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/expressions/beandef.adoc
176https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/expressions/evaluation.adoc
177https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/expressions/example-classes.adoc
178https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/expressions/language-ref.adoc
179https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/expressions/language-ref/array-construction.adoc
180https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/expressions/language-ref/bean-references.adoc
181https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/expressions/language-ref/collection-projection.adoc
182https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/expressions/language-ref/collection-selection.adoc
183https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/expressions/language-ref/constructors.adoc
184https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/expressions/language-ref/functions.adoc
185https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/expressions/language-ref/inline-lists.adoc
186https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/expressions/language-ref/inline-maps.adoc
187https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/expressions/language-ref/literal.adoc
188https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/expressions/language-ref/methods.adoc
189https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/expressions/language-ref/operator-elvis.adoc
190https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/expressions/language-ref/operator-safe-navigation.adoc
191https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/expressions/language-ref/operator-ternary.adoc
192https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/expressions/language-ref/operators.adoc
193https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/expressions/language-ref/properties-arrays.adoc
194https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/expressions/language-ref/templating.adoc
195https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/expressions/language-ref/types.adoc
196https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/expressions/language-ref/varargs.adoc
197https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/expressions/language-ref/variables.adoc
198https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/validation/beanvalidation.adoc
199https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/validation/convert.adoc
200https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/validation/data-binding.adoc
201https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/validation/error-code-resolution.adoc
202https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/validation/format-configuring-formatting-globaldatetimeformat.adoc
203https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/validation/format.adoc
204https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/core/validation/validator.adoc
205https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/appendix.adoc
206https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/dao.adoc
207https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/jdbc.adoc
208https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/orm.adoc
209https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/oxm.adoc
210https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/r2dbc.adoc
211https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/transaction.adoc
212https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/jdbc/advanced.adoc
213https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/jdbc/choose-style.adoc
214https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/jdbc/connections.adoc
215https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/jdbc/core.adoc
216https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/jdbc/embedded-database-support.adoc
217https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/jdbc/initializing-datasource.adoc
218https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/jdbc/object.adoc
219https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/jdbc/packages.adoc
220https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/jdbc/parameter-handling.adoc
221https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/jdbc/simple.adoc
222https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/orm/general.adoc
223https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/orm/hibernate.adoc
224https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/orm/introduction.adoc
225https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/orm/jpa.adoc
226https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/transaction/application-server-integration.adoc
227https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/transaction/declarative.adoc
228https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/transaction/event.adoc
229https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/transaction/motivation.adoc
230https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/transaction/programmatic.adoc
231https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/transaction/resources.adoc
232https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/transaction/solutions-to-common-problems.adoc
233https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/transaction/strategies.adoc
234https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/transaction/tx-decl-vs-prog.adoc
235https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/transaction/tx-resource-synchronization.adoc
236https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/transaction/declarative/annotations.adoc
237https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/transaction/declarative/applying-more-than-just-tx-advice.adoc
238https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/transaction/declarative/aspectj.adoc
239https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/transaction/declarative/diff-tx.adoc
240https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/transaction/declarative/first-example.adoc
241https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/transaction/declarative/rolling-back.adoc
242https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/transaction/declarative/tx-decl-explained.adoc
243https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/transaction/declarative/tx-propagation.adoc
244https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/data-access/transaction/declarative/txadvice-settings.adoc
245https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/aot-cache.adoc
246https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/appendix.adoc
247https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/cache.adoc
248https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/checkpoint-restore.adoc
249https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/email.adoc
250https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/jms.adoc
251https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/jmx.adoc
252https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/observability.adoc
253https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/rest-clients.adoc
254https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/scheduling.adoc
255https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/cache/annotations.adoc
256https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/cache/declarative-xml.adoc
257https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/cache/jsr-107.adoc
258https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/cache/plug.adoc
259https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/cache/specific-config.adoc
260https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/cache/store-configuration.adoc
261https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/cache/strategies.adoc
262https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/jms/annotated.adoc
263https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/jms/jca-message-endpoint-manager.adoc
264https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/jms/namespace.adoc
265https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/jms/receiving.adoc
266https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/jms/sending.adoc
267https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/jms/using.adoc
268https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/jmx/exporting.adoc
269https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/jmx/interface.adoc
270https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/jmx/jsr160.adoc
271https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/jmx/naming.adoc
272https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/jmx/notifications.adoc
273https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/jmx/proxy.adoc
274https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/integration/jmx/resources.adoc
275https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/languages/dynamic.adoc
276https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/languages/groovy.adoc
277https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/languages/kotlin.adoc
278https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/languages/kotlin/annotations.adoc
279https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/languages/kotlin/bean-definition-dsl.adoc
280https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/languages/kotlin/classes-interfaces.adoc
281https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/languages/kotlin/coroutines.adoc
282https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/languages/kotlin/extensions.adoc
283https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/languages/kotlin/getting-started.adoc
284https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/languages/kotlin/null-safety.adoc
285https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/languages/kotlin/requirements.adoc
286https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/languages/kotlin/resources.adoc
287https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/languages/kotlin/spring-projects-in.adoc
288https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/languages/kotlin/web.adoc
289https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations.adoc
290https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/appendix.adoc
291https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/integration.adoc
292https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/introduction.adoc
293https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/mockmvc.adoc
294https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/resources.adoc
295https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/resttestclient.adoc
296https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/spring-mvc-test-client.adoc
297https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/support-jdbc.adoc
298https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework.adoc
299https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/unit.adoc
300https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/webtestclient.adoc
301https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-junit-jupiter.adoc
302https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-junit4.adoc
303https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-meta.adoc
304https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring.adoc
305https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-standard.adoc
306https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-activeprofiles.adoc
307https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-aftertransaction.adoc
308https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-beforetransaction.adoc
309https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-bootstrapwith.adoc
310https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-commit.adoc
311https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-contextconfiguration.adoc
312https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-contextcustomizerfactories.adoc
313https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-contexthierarchy.adoc
314https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-dirtiescontext.adoc
315https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-disabledinaotmode.adoc
316https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-dynamicpropertysource.adoc
317https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-mockitobean.adoc
318https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-recordapplicationevents.adoc
319https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-rollback.adoc
320https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-sql.adoc
321https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-sqlconfig.adoc
322https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-sqlgroup.adoc
323https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-sqlmergemode.adoc
324https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-testbean.adoc
325https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-testexecutionlisteners.adoc
326https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-testpropertysource.adoc
327https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-webappconfiguration.adoc
328https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/mockmvc/assertj.adoc
329https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/mockmvc/hamcrest.adoc
330https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/mockmvc/htmlunit.adoc
331https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/mockmvc/overview.adoc
332https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/mockmvc/resources.adoc
333https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/mockmvc/setup-options.adoc
334https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/mockmvc/vs-end-to-end-integration-tests.adoc
335https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/mockmvc/assertj/assertions.adoc
336https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/mockmvc/assertj/integration.adoc
337https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/mockmvc/assertj/requests.adoc
338https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/mockmvc/assertj/setup.adoc
339https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/mockmvc/hamcrest/async-requests.adoc
340https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/mockmvc/hamcrest/expectations.adoc
341https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/mockmvc/hamcrest/filters.adoc
342https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/mockmvc/hamcrest/requests.adoc
343https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/mockmvc/hamcrest/setup-steps.adoc
344https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/mockmvc/hamcrest/setup.adoc
345https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/mockmvc/hamcrest/static-imports.adoc
346https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/mockmvc/hamcrest/vs-streaming-response.adoc
347https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/mockmvc/htmlunit/geb.adoc
348https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/mockmvc/htmlunit/mah.adoc
349https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/mockmvc/htmlunit/webdriver.adoc
350https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/mockmvc/htmlunit/why.adoc
351https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/aot.adoc
352https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/application-events.adoc
353https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/bean-overriding.adoc
354https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/bootstrapping.adoc
355https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/ctx-management.adoc
356https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/executing-sql.adoc
357https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/fixture-di.adoc
358https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/key-abstractions.adoc
359https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/parallel-test-execution.adoc
360https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/support-classes.adoc
361https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/tel-config.adoc
362https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/test-execution-events.adoc
363https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/tx.adoc
364https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/web-scoped-beans.adoc
365https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/ctx-management/caching.adoc
366https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/ctx-management/context-customizers.adoc
367https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/ctx-management/dynamic-property-sources.adoc
368https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/ctx-management/env-profiles.adoc
369https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/ctx-management/failure-threshold.adoc
370https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/ctx-management/groovy.adoc
371https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/ctx-management/hierarchies.adoc
372https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/ctx-management/inheritance.adoc
373https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/ctx-management/initializers.adoc
374https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/ctx-management/javaconfig.adoc
375https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/ctx-management/mixed-config.adoc
376https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/ctx-management/property-sources.adoc
377https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/ctx-management/web-mocks.adoc
378https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/ctx-management/web.adoc
379https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/testing/testcontext-framework/ctx-management/xml.adoc
380https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/integration.adoc
381https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux-cors.adoc
382https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux-functional.adoc
383https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux-http-interface-client.adoc
384https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux-reactive-libraries.adoc
385https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux-test.adoc
386https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux-versioning.adoc
387https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux-view.adoc
388https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux-webclient.adoc
389https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux-websocket.adoc
390https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux.adoc
391https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc-client.adoc
392https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc-cors.adoc
393https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc-functional.adoc
394https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc-test.adoc
395https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc-versioning.adoc
396https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc-view.adoc
397https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc.adoc
398https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket.adoc
399https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/ann-rest-exceptions.adoc
400https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/caching.adoc
401https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/config.adoc
402https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller.adoc
403https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/dispatcher-handler.adoc
404https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/http2.adoc
405https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/new-framework.adoc
406https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/range.adoc
407https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/reactive-spring.adoc
408https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/security.adoc
409https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/uri-building.adoc
410https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann-advice.adoc
411https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann-exceptions.adoc
412https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann-initbinder.adoc
413https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods.adoc
414https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann-modelattrib-methods.adoc
415https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann-requestmapping.adoc
416https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann-validation.adoc
417https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann.adoc
418https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/arguments.adoc
419https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/cookievalue.adoc
420https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/httpentity.adoc
421https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/jackson.adoc
422https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/matrix-variables.adoc
423https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/modelattrib-method-args.adoc
424https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/multipart-forms.adoc
425https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/requestattrib.adoc
426https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/requestbody.adoc
427https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/requestheader.adoc
428https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/requestparam.adoc
429https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/responsebody.adoc
430https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/responseentity.adoc
431https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/return-types.adoc
432https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/sessionattribute.adoc
433https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/sessionattributes.adoc
434https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/typeconversion.adoc
435https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux-webclient/client-attributes.adoc
436https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux-webclient/client-body.adoc
437https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux-webclient/client-builder.adoc
438https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux-webclient/client-context.adoc
439https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux-webclient/client-exchange.adoc
440https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux-webclient/client-filter.adoc
441https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux-webclient/client-retrieve.adoc
442https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux-webclient/client-synchronous.adoc
443https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webflux-webclient/client-testing.adoc
444https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/filters.adoc
445https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/message-converters.adoc
446https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-ann-async.adoc
447https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-ann-rest-exceptions.adoc
448https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-caching.adoc
449https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-config.adoc
450https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller.adoc
451https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-http2.adoc
452https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-range.adoc
453https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-security.adoc
454https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-servlet.adoc
455https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-uri-building.adoc
456https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-config/advanced-java.adoc
457https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-config/advanced-xml.adoc
458https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-config/api-version.adoc
459https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-config/content-negotiation.adoc
460https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-config/conversion.adoc
461https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-config/customize.adoc
462https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-config/default-servlet-handler.adoc
463https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-config/enable.adoc
464https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-config/interceptors.adoc
465https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-config/message-converters.adoc
466https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-config/path-matching.adoc
467https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-config/static-resources.adoc
468https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-config/validation.adoc
469https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-config/view-controller.adoc
470https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-config/view-resolvers.adoc
471https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-advice.adoc
472https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-exceptionhandler.adoc
473https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-initbinder.adoc
474https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-methods.adoc
475https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-modelattrib-methods.adoc
476https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-requestmapping.adoc
477https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-validation.adoc
478https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann.adoc
479https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-methods/arguments.adoc
480https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-methods/cookievalue.adoc
481https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-methods/flash-attributes.adoc
482https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-methods/httpentity.adoc
483https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-methods/jackson.adoc
484https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-methods/matrix-variables.adoc
485https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-methods/modelattrib-method-args.adoc
486https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-methods/multipart-forms.adoc
487https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-methods/redirecting-passing-data.adoc
488https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-methods/requestattrib.adoc
489https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-methods/requestbody.adoc
490https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-methods/requestheader.adoc
491https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-methods/requestparam.adoc
492https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-methods/responsebody.adoc
493https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-methods/responseentity.adoc
494https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-methods/return-types.adoc
495https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-methods/sessionattribute.adoc
496https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-methods/sessionattributes.adoc
497https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-methods/typeconversion.adoc
498https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-servlet/config.adoc
499https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-servlet/container-config.adoc
500https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-servlet/context-hierarchy.adoc
501https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-servlet/exceptionhandlers.adoc
502https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-servlet/handlermapping-interceptor.adoc
503https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-servlet/handlermapping-path.adoc
504https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-servlet/localeresolver.adoc
505https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-servlet/logging.adoc
506https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-servlet/multipart.adoc
507https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-servlet/sequence.adoc
508https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-servlet/special-bean-types.adoc
509https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc/mvc-servlet/viewresolver.adoc
510https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc-view/mvc-document.adoc
511https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc-view/mvc-feeds.adoc
512https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc-view/mvc-fragments.adoc
513https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc-view/mvc-freemarker.adoc
514https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc-view/mvc-groovymarkup.adoc
515https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc-view/mvc-jackson.adoc
516https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc-view/mvc-jsp.adoc
517https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc-view/mvc-script.adoc
518https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc-view/mvc-thymeleaf.adoc
519https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc-view/mvc-xml-marshalling.adoc
520https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/webmvc-view/mvc-xslt.adoc
521https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/fallback.adoc
522https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/server.adoc
523https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/stomp.adoc
524https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/stomp/application-context-events.adoc
525https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/stomp/authentication-token-based.adoc
526https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/stomp/authentication.adoc
527https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/stomp/authorization.adoc
528https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/stomp/benefits.adoc
529https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/stomp/client.adoc
530https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/stomp/configuration-performance.adoc
531https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/stomp/destination-separator.adoc
532https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/stomp/enable.adoc
533https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/stomp/handle-annotations.adoc
534https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/stomp/handle-broker-relay-configure.adoc
535https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/stomp/handle-broker-relay.adoc
536https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/stomp/handle-send.adoc
537https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/stomp/handle-simple-broker.adoc
538https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/stomp/interceptors.adoc
539https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/stomp/message-flow.adoc
540https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/stomp/ordered-messages.adoc
541https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/stomp/overview.adoc
542https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/stomp/scope.adoc
543https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/stomp/server-config.adoc
544https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/stomp/stats.adoc
545https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/stomp/testing.adoc
546https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/pages/web/websocket/stomp/user-destination.adoc
547https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/partials/web/forwarded-headers.adoc
548https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/partials/web/web-data-binding-model-design.adoc
549https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/partials/web/web-uris.adoc
550https://github.com/spring-projects/spring-framework/tree/main/framework-docs/modules/ROOT/partials/web/websocket-intro.adoc
551https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/docs/spring-framework.png
552https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/docs/api/dokka-overview.md
553https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/docs/api/overview.html
554https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/docs/dist/license.txt
555https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/docs/dist/notice.txt
556https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/docs/dist/readme.txt
557https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/aop/aopajltwspring/ApplicationConfiguration.java
558https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/aop/aopajltwspring/CustomWeaverConfiguration.java
559https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/aop/aopatconfigurable/ApplicationConfiguration.java
560https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/aop/ataspectj/aopaspectjsupport/ApplicationConfiguration.java
561https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/aop/ataspectj/aopataspectj/ApplicationConfiguration.java
562https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/aop/ataspectj/aopataspectj/NotVeryUsefulAspect.java
563https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/aop/ataspectj/aopataspectjexample/ApplicationConfiguration.java
564https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/aop/ataspectj/aopataspectjexample/ConcurrentOperationExecutor.java
565https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/aop/ataspectj/aopataspectjexample/service/Idempotent.java
566https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/aop/ataspectj/aopataspectjexample/service/SampleService.java
567https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/aopapi/aopapipointcutsregex/JdkRegexpConfiguration.java
568https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/aopapi/aopapipointcutsregex/RegexpConfiguration.java
569https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/aot/hints/importruntimehints/SpellCheckService.java
570https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/aot/hints/reflective/MyConfiguration.java
571https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/aot/hints/registerreflection/MyConfiguration.java
572https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/aot/hints/registerreflection/OrderService.java
573https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/aot/hints/testing/SampleReflection.java
574https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/aot/hints/testing/SampleReflectionRuntimeHintsTests.java
575https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/aot/hints/testing/SpellCheckServiceTests.java
576https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/aot/refresh/AotProcessingSample.java
577https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/beans/dependencies/beansfactorylazyinit/AnotherBean.java
578https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/beans/dependencies/beansfactorylazyinit/ApplicationConfiguration.java
579https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/beans/dependencies/beansfactorylazyinit/ExpensiveToCreateBean.java
580https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/beans/dependencies/beansfactorylazyinit/LazyConfiguration.java
581https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/expressions/expressionsbeandef/CustomerPreferenceDao.java
582https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/expressions/expressionsbeandef/FieldValueTestBean.java
583https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/expressions/expressionsbeandef/MovieFinder.java
584https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/expressions/expressionsbeandef/MovieRecommender.java
585https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/expressions/expressionsbeandef/NumberGuess.java
586https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/expressions/expressionsbeandef/PropertyValueTestBean.java
587https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/expressions/expressionsbeandef/ShapeGuess.java
588https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/expressions/expressionsbeandef/SimpleMovieLister.java
589https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/validation/formatconfiguringformattingglobaldatetimeformat/ApplicationConfiguration.java
590https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/validation/validationbeanvalidationspringmethod/ApplicationConfiguration.java
591https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/core/validation/validationbeanvalidationspringmethodexceptions/ApplicationConfiguration.java
592https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/dataaccess/jdbc/jdbccomplextypes/SqlTypeValueFactory.java
593https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/dataaccess/jdbc/jdbccomplextypes/TestItem.java
594https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/dataaccess/jdbc/jdbccomplextypes/TestItemStoredProcedure.java
595https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/dataaccess/jdbc/jdbcdatasource/BasicDataSourceConfiguration.java
596https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/dataaccess/jdbc/jdbcdatasource/ComboPooledDataSourceConfiguration.java
597https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/dataaccess/jdbc/jdbcdatasource/DriverManagerDataSourceConfiguration.java
598https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/dataaccess/jdbc/jdbcembeddeddatabase/JdbcEmbeddedDatabaseConfiguration.java
599https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/dataaccess/jdbc/jdbcjdbctemplateidioms/CorporateEventDao.java
600https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/dataaccess/jdbc/jdbcjdbctemplateidioms/CorporateEventRepository.java
601https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/dataaccess/jdbc/jdbcjdbctemplateidioms/JdbcCorporateEventDao.java
602https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/dataaccess/jdbc/jdbcjdbctemplateidioms/JdbcCorporateEventDaoConfiguration.java
603https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/dataaccess/jdbc/jdbcjdbctemplateidioms/JdbcCorporateEventRepository.java
604https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/dataaccess/jdbc/jdbcjdbctemplateidioms/JdbcCorporateEventRepositoryConfiguration.java
605https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/cache/cacheannotationenable/CacheConfiguration.java
606https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/cache/cachestoreconfigurationcaffeine/CacheConfiguration.java
607https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/cache/cachestoreconfigurationcaffeine/CustomCacheConfiguration.java
608https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/cache/cachestoreconfigurationjdk/CacheConfiguration.java
609https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/cache/cachestoreconfigurationjsr107/CacheConfiguration.java
610https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/cache/cachestoreconfigurationnoop/CacheConfiguration.java
611https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/jms/jmsannotatedsupport/JmsConfiguration.java
612https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/jms/jmsjcamessageendpointmanager/AlternativeJmsConfiguration.java
613https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/jms/jmsjcamessageendpointmanager/JmsConfiguration.java
614https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/jms/jmsreceivingasync/ExampleListener.java
615https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/jms/jmsreceivingasync/JmsConfiguration.java
616https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/jms/jmsreceivingasyncmessagelisteneradapter/DefaultMessageDelegate.java
617https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/jms/jmsreceivingasyncmessagelisteneradapter/DefaultResponsiveTextMessageDelegate.java
618https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/jms/jmsreceivingasyncmessagelisteneradapter/DefaultTextMessageDelegate.java
619https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/jms/jmsreceivingasyncmessagelisteneradapter/JmsConfiguration.java
620https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/jms/jmsreceivingasyncmessagelisteneradapter/MessageDelegate.java
621https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/jms/jmsreceivingasyncmessagelisteneradapter/MessageListenerConfiguration.java
622https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/jms/jmsreceivingasyncmessagelisteneradapter/ResponsiveTextMessageDelegate.java
623https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/jms/jmsreceivingasyncmessagelisteneradapter/TextMessageDelegate.java
624https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/jms/jmssending/JmsQueueSender.java
625https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/jms/jmssendingconversion/JmsSenderWithConversion.java
626https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/jms/jmssendingjmsclient/JmsClientSample.java
627https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/jms/jmssendingpostprocessor/JmsClientWithPostProcessor.java
628https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/jms/jmstxparticipation/ExternalTxJmsConfiguration.java
629https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/jms/jmstxparticipation/JmsConfiguration.java
630https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/jmx/jmxcontextmbeanexport/CustomJmxConfiguration.java
631https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/jmx/jmxcontextmbeanexport/JmxConfiguration.java
632https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/jmx/jmxexporting/IJmxTestBean.java
633https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/jmx/jmxexporting/JmxConfiguration.java
634https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/jmx/jmxexporting/JmxTestBean.java
635https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/mailusage/OrderManager.java
636https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/mailusagesimple/Customer.java
637https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/mailusagesimple/MailConfiguration.java
638https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/mailusagesimple/Order.java
639https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/mailusagesimple/SimpleOrderManager.java
640https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/observability/applicationevents/ApplicationEventsConfiguration.java
641https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/observability/applicationevents/EmailNotificationListener.java
642https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/observability/applicationevents/EmailReceivedEvent.java
643https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/observability/applicationevents/EventAsyncExecutionConfiguration.java
644https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/observability/config/conventions/CustomServerRequestObservationConvention.java
645https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/observability/config/conventions/ExtendedServerRequestObservationConvention.java
646https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/observability/config/conventions/ServerRequestObservationFilter.java
647https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/observability/httpserver/reactive/HttpHandlerConfiguration.java
648https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/observability/httpserver/reactive/UserController.java
649https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/observability/httpserver/servlet/UserController.java
650https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/observability/jms/process/JmsConfiguration.java
651https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/observability/jms/publish/JmsTemplatePublish.java
652https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/observability/tasksscheduled/ObservationSchedulingConfigurer.java
653https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/resthttpinterface/customresolver/CustomHttpServiceArgumentResolver.java
654https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/schedulingenableannotationsupport/SchedulingConfiguration.java
655https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/schedulingtaskexecutorusage/LoggingTaskDecorator.java
656https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/schedulingtaskexecutorusage/TaskExecutorConfiguration.java
657https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/integration/schedulingtaskexecutorusage/TaskExecutorExample.java
658https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/testing/mockmvc/assertj/mockmvctesterassertions/HotelControllerTests.java
659https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/testing/mockmvc/assertj/mockmvctesterassertionsjson/FamilyControllerTests.java
660https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/testing/mockmvc/assertj/mockmvctesterintegration/HotelControllerTests.java
661https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/testing/mockmvc/assertj/mockmvctesterrequests/HotelControllerTests.java
662https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/testing/mockmvc/assertj/mockmvctesterrequestsasync/AsyncControllerTests.java
663https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/testing/mockmvc/assertj/mockmvctesterrequestsmultipart/MultipartControllerTests.java
664https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/testing/mockmvc/assertj/mockmvctesterrequestspaths/HotelControllerTests.java
665https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/testing/mockmvc/assertj/mockmvctestersetup/AccountController.java
666https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/testing/mockmvc/assertj/mockmvctestersetup/AccountControllerIntegrationTests.java
667https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/testing/mockmvc/assertj/mockmvctestersetup/AccountControllerStandaloneTests.java
668https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/testing/mockmvc/assertj/mockmvctestersetup/ApplicationWebConfiguration.java
669https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/testing/mockmvc/assertj/mockmvctestersetup/converter/AccountControllerIntegrationTests.java
670https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webflux/controller/webfluxanncontrollerexceptions/SimpleController.java
671https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webflux/controller/webfluxannexceptionhandlermedia/MediaTypeController.java
672https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webflux/filters/urlhandler/UrlHandlerFilterConfiguration.java
673https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webflux/webfluxconfigpathmatching/WebConfig.java
674https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/filters/urlhandler/UrlHandlerFilterConfiguration.java
675https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigadvancedjava/WebConfiguration.java
676https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigadvancedxml/MyPostProcessor.java
677https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigapiversion/WebConfiguration.java
678https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigcontentnegotiation/WebConfiguration.java
679https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigconversion/DateTimeWebConfiguration.java
680https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigconversion/WebConfiguration.java
681https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigcustomize/WebConfiguration.java
682https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigenable/WebConfiguration.java
683https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/mvcconfig/mvcconfiginterceptors/WebConfiguration.java
684https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigmessageconverters/WebConfiguration.java
685https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigpathmatching/WebConfiguration.java
686https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigstaticresources/VersionedConfiguration.java
687https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigstaticresources/WebConfiguration.java
688https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigvalidation/FooValidator.java
689https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigvalidation/MyController.java
690https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigvalidation/WebConfiguration.java
691https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigviewcontroller/WebConfiguration.java
692https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigviewresolvers/FreeMarkerConfiguration.java
693https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigviewresolvers/WebConfiguration.java
694https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/mvcconfig/mvcdefaultservlethandler/CustomDefaultServletConfiguration.java
695https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/mvcconfig/mvcdefaultservlethandler/WebConfiguration.java
696https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/mvccontroller/mvcanncontroller/WebConfiguration.java
697https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/mvccontroller/mvcannexceptionhandler/SimpleController.java
698https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/mvccontroller/mvcannexceptionhandlerexc/ExceptionController.java
699https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/webmvc/mvccontroller/mvcannexceptionhandlermedia/MediaTypeController.java
700https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/websocket/stomp/websocketstompauthenticationtokenbased/WebSocketConfiguration.java
701https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/websocket/stomp/websocketstompconfigurationperformance/MessageSizeLimitWebSocketConfiguration.java
702https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/websocket/stomp/websocketstompconfigurationperformance/WebSocketConfiguration.java
703https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/websocket/stomp/websocketstompdestinationseparator/RedController.java
704https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/websocket/stomp/websocketstompdestinationseparator/WebSocketConfiguration.java
705https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/websocket/stomp/websocketstompenable/WebSocketConfiguration.java
706https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/websocket/stomp/websocketstomphandlebrokerrelay/WebSocketConfiguration.java
707https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/websocket/stomp/websocketstomphandlebrokerrelayconfigure/WebSocketConfiguration.java
708https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/websocket/stomp/websocketstomphandlesimplebroker/WebSocketConfiguration.java
709https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/websocket/stomp/websocketstompinterceptors/MyChannelInterceptor.java
710https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/websocket/stomp/websocketstompinterceptors/WebSocketConfiguration.java
711https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/websocket/stomp/websocketstompmessageflow/GreetingController.java
712https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/websocket/stomp/websocketstompmessageflow/WebSocketConfiguration.java
713https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/websocket/stomp/websocketstomporderedmessages/PublishOrderWebSocketConfiguration.java
714https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/websocket/stomp/websocketstomporderedmessages/ReceiveOrderWebSocketConfiguration.java
715https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/websocket/stomp/websocketstompserverconfig/JettyWebSocketConfiguration.java
716https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/websocket/stomp/websocketstompserverconfig/WebSocketConfiguration.java
717https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/websocket/websocketfallbacksockjsenable/WebSocketConfiguration.java
718https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/websocket/websocketserverallowedorigins/WebSocketConfiguration.java
719https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/websocket/websocketserverhandler/MyHandler.java
720https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/websocket/websocketserverhandler/WebSocketConfiguration.java
721https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/websocket/websocketserverhandshake/WebSocketConfiguration.java
722https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/websocket/websocketserverruntimeconfiguration/JettyWebSocketConfiguration.java
723https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/websocket/websocketserverruntimeconfiguration/MyEchoHandler.java
724https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/java/org/springframework/docs/web/websocket/websocketserverruntimeconfiguration/WebSocketConfiguration.java
725https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/aop/aopajltwspring/ApplicationConfiguration.kt
726https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/aop/aopajltwspring/CustomWeaverConfiguration.kt
727https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/aop/aopatconfigurable/ApplicationConfiguration.kt
728https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/aop/ataspectj/aopaspectjsupport/ApplicationConfiguration.kt
729https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/aop/ataspectj/aopataspectj/ApplicationConfiguration.kt
730https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/aop/ataspectj/aopataspectj/NotVeryUsefulAspect.kt
731https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/aop/ataspectj/aopataspectjexample/ApplicationConfiguration.kt
732https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/aop/ataspectj/aopataspectjexample/ConcurrentOperationExecutor.kt
733https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/aop/ataspectj/aopataspectjexample/service/Idempotent.kt
734https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/aop/ataspectj/aopataspectjexample/service/SampleService.kt
735https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/aopapi/aopapipointcutsregex/JdkRegexpConfiguration.kt
736https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/aopapi/aopapipointcutsregex/RegexpConfiguration.kt
737https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/beans/dependencies/beansfactorylazyinit/AnotherBean.kt
738https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/beans/dependencies/beansfactorylazyinit/ApplicationConfiguration.kt
739https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/beans/dependencies/beansfactorylazyinit/ExpensiveToCreateBean.kt
740https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/beans/dependencies/beansfactorylazyinit/LazyConfiguration.kt
741https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/expressions/expressionsbeandef/CustomerPreferenceDao.kt
742https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/expressions/expressionsbeandef/FieldValueTestBean.kt
743https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/expressions/expressionsbeandef/MovieFinder.kt
744https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/expressions/expressionsbeandef/MovieRecommender.kt
745https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/expressions/expressionsbeandef/NumberGuess.kt
746https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/expressions/expressionsbeandef/PropertyValueTestBean.kt
747https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/expressions/expressionsbeandef/ShapeGuess.kt
748https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/expressions/expressionsbeandef/SimpleMovieLister.kt
749https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/validation/formatconfiguringformattingglobaldatetimeformat/ApplicationConfiguration.kt
750https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/validation/validationbeanvalidationspringmethod/ApplicationConfiguration.kt
751https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/core/validation/validationbeanvalidationspringmethodexceptions/ApplicationConfiguration.kt
752https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/dataaccess/jdbc/jdbccomplextypes/SqlTypeValueFactory.kt
753https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/dataaccess/jdbc/jdbccomplextypes/TestItem.kt
754https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/dataaccess/jdbc/jdbccomplextypes/TestItemStoredProcedure.kt
755https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/dataaccess/jdbc/jdbcdatasource/BasicDataSourceConfiguration.kt
756https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/dataaccess/jdbc/jdbcdatasource/ComboPooledDataSourceConfiguration.kt
757https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/dataaccess/jdbc/jdbcdatasource/DriverManagerDataSourceConfiguration.kt
758https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/dataaccess/jdbc/jdbcembeddeddatabase/JdbcEmbeddedDatabaseConfiguration.kt
759https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/dataaccess/jdbc/jdbcjdbctemplateidioms/CorporateEventDao.kt
760https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/dataaccess/jdbc/jdbcjdbctemplateidioms/JdbcCorporateEventDao.kt
761https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/dataaccess/jdbc/jdbcjdbctemplateidioms/JdbcCorporateEventDaoConfiguration.kt
762https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/dataaccess/jdbc/jdbcjdbctemplateidioms/JdbcCorporateEventRepositoryConfiguration.kt
763https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/cache/cacheannotationenable/CacheConfiguration.kt
764https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/cache/cachestoreconfigurationcaffeine/CacheConfiguration.kt
765https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/cache/cachestoreconfigurationcaffeine/CustomCacheConfiguration.kt
766https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/cache/cachestoreconfigurationjdk/CacheConfiguration.kt
767https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/cache/cachestoreconfigurationjsr107/CacheConfiguration.kt
768https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/cache/cachestoreconfigurationnoop/CacheConfiguration.kt
769https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/jms/jmsannotatedsupport/JmsConfiguration.kt
770https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/jms/jmsjcamessageendpointmanager/AlternativeJmsConfiguration.kt
771https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/jms/jmsjcamessageendpointmanager/JmsConfiguration.kt
772https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/jms/jmsreceivingasync/ExampleListener.kt
773https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/jms/jmsreceivingasync/JmsConfiguration.kt
774https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/jms/jmsreceivingasyncmessagelisteneradapter/DefaultMessageDelegate.kt
775https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/jms/jmsreceivingasyncmessagelisteneradapter/DefaultResponsiveTextMessageDelegate.kt
776https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/jms/jmsreceivingasyncmessagelisteneradapter/DefaultTextMessageDelegate.kt
777https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/jms/jmsreceivingasyncmessagelisteneradapter/JmsConfiguration.kt
778https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/jms/jmsreceivingasyncmessagelisteneradapter/MessageDelegate.kt
779https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/jms/jmsreceivingasyncmessagelisteneradapter/MessageListenerConfiguration.kt
780https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/jms/jmsreceivingasyncmessagelisteneradapter/ResponsiveTextMessageDelegate.kt
781https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/jms/jmsreceivingasyncmessagelisteneradapter/TextMessageDelegate.kt
782https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/jms/jmstxparticipation/ExternalTxJmsConfiguration.kt
783https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/jms/jmstxparticipation/JmsConfiguration.kt
784https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/jmx/jmxcontextmbeanexport/CustomJmxConfiguration.kt
785https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/jmx/jmxcontextmbeanexport/JmxConfiguration.kt
786https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/jmx/jmxexporting/IJmxTestBean.kt
787https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/jmx/jmxexporting/JmxConfiguration.kt
788https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/jmx/jmxexporting/JmxTestBean.kt
789https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/mailusage/OrderManager.kt
790https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/mailusagesimple/Customer.kt
791https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/mailusagesimple/MailConfiguration.kt
792https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/mailusagesimple/Order.kt
793https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/mailusagesimple/SimpleOrderManager.kt
794https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/resthttpinterface/customresolver/CustomHttpServiceArgumentResolver.kt
795https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/schedulingenableannotationsupport/SchedulingConfiguration.kt
796https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/schedulingtaskexecutorusage/LoggingTaskDecorator.kt
797https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/schedulingtaskexecutorusage/TaskExecutorConfiguration.kt
798https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/integration/schedulingtaskexecutorusage/TaskExecutorExample.kt
799https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/testing/mockmvc/assertj/mockmvctesterassertions/HotelControllerTests.kt
800https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/testing/mockmvc/assertj/mockmvctesterassertionsjson/FamilyControllerTests.kt
801https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/testing/mockmvc/assertj/mockmvctesterintegration/HotelController.kt
802https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/testing/mockmvc/assertj/mockmvctesterrequests/HotelControllerTests.kt
803https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/testing/mockmvc/assertj/mockmvctesterrequestsasync/AsyncControllerTests.kt
804https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/testing/mockmvc/assertj/mockmvctesterrequestsmultipart/MultipartControllerTests.kt
805https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/testing/mockmvc/assertj/mockmvctesterrequestspaths/HotelControllerTests.kt
806https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/testing/mockmvc/assertj/mockmvctestersetup/AccountController.kt
807https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/testing/mockmvc/assertj/mockmvctestersetup/AccountControllerIntegrationTests.kt
808https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/testing/mockmvc/assertj/mockmvctestersetup/AccountControllerStandaloneTests.kt
809https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/testing/mockmvc/assertj/mockmvctestersetup/ApplicationWebConfiguration.kt
810https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/testing/mockmvc/assertj/mockmvctestersetup/converter/AccountControllerIntegrationTests.kt
811https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webflux/controller/webfluxanncontrollerexceptions/SimpleController.kt
812https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webflux/controller/webfluxannexceptionhandlermedia/MediaTypeController.kt
813https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webflux/filters/urlhandler/UrlHandlerFilterConfiguration.kt
814https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webflux/webfluxconfigpathmatching/WebConfig.kt
815https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/filters/urlhandler/UrlHandlerFilterConfiguration.kt
816https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigadvancedjava/WebConfiguration.kt
817https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigadvancedxml/MyPostProcessor.kt
818https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigapiversion/WebConfiguration.kt
819https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigcontentnegotiation/WebConfiguration.kt
820https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigconversion/DateTimeWebConfiguration.kt
821https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigconversion/WebConfiguration.kt
822https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigcustomize/WebConfiguration.kt
823https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigenable/WebConfiguration.kt
824https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/mvcconfig/mvcconfiginterceptors/WebConfiguration.kt
825https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigmessageconverters/WebConfiguration.kt
826https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigpathmatching/WebConfiguration.kt
827https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigstaticresources/VersionedConfiguration.kt
828https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigstaticresources/WebConfiguration.kt
829https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigvalidation/FooValidator.kt
830https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigvalidation/MyController.kt
831https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigvalidation/WebConfiguration.kt
832https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigviewcontroller/WebConfiguration.kt
833https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigviewresolvers/FreeMarkerConfiguration.kt
834https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigviewresolvers/WebConfiguration.kt
835https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/mvcconfig/mvcdefaultservlethandler/CustomDefaultServletConfiguration.kt
836https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/mvcconfig/mvcdefaultservlethandler/WebConfiguration.kt
837https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/mvccontroller/mvcanncontroller/WebConfiguration.kt
838https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/mvccontroller/mvcannexceptionhandler/SimpleController.kt
839https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/mvccontroller/mvcannexceptionhandlerexc/ExceptionController.kt
840https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/webmvc/mvccontroller/mvcannexceptionhandlermedia/MediaTypeController.kt
841https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/websocket/stomp/websocketstompauthenticationtokenbased/WebSocketConfiguration.kt
842https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/websocket/stomp/websocketstompconfigurationperformance/MessageSizeLimitWebSocketConfiguration.kt
843https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/websocket/stomp/websocketstompconfigurationperformance/WebSocketConfiguration.kt
844https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/websocket/stomp/websocketstompdestinationseparator/RedController.kt
845https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/websocket/stomp/websocketstompdestinationseparator/WebSocketConfiguration.kt
846https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/websocket/stomp/websocketstompenable/WebSocketConfiguration.kt
847https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/websocket/stomp/websocketstomphandlebrokerrelay/WebSocketConfiguration.kt
848https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/websocket/stomp/websocketstomphandlebrokerrelayconfigure/WebSocketConfiguration.kt
849https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/websocket/stomp/websocketstomphandlesimplebroker/WebSocketConfiguration.kt
850https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/websocket/stomp/websocketstompinterceptors/MyChannelInterceptor.kt
851https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/websocket/stomp/websocketstompinterceptors/WebSocketConfiguration.kt
852https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/websocket/stomp/websocketstompmessageflow/GreetingController.kt
853https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/websocket/stomp/websocketstompmessageflow/WebSocketConfiguration.kt
854https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/websocket/stomp/websocketstomporderedmessages/PublishOrderWebSocketConfiguration.kt
855https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/websocket/stomp/websocketstomporderedmessages/ReceiveOrderWebSocketConfiguration.kt
856https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/websocket/stomp/websocketstompserverconfig/JettyWebSocketConfiguration.kt
857https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/websocket/stomp/websocketstompserverconfig/WebSocketConfiguration.kt
858https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/websocket/websocketfallbacksockjsenable/WebSocketConfiguration.kt
859https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/websocket/websocketserverallowedorigins/WebSocketConfiguration.kt
860https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/websocket/websocketserverhandler/MyHandler.kt
861https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/websocket/websocketserverhandler/WebSocketConfiguration.kt
862https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/websocket/websocketserverhandshake/WebSocketConfiguration.kt
863https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/websocket/websocketserverruntimeconfiguration/JettyWebSocketConfiguration.kt
864https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/websocket/websocketserverruntimeconfiguration/MyEchoHandler.kt
865https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/kotlin/org/springframework/docs/web/websocket/websocketserverruntimeconfiguration/WebSocketConfiguration.kt
866https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/core/aop/aopajltwspring/ApplicationConfiguration.xml
867https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/core/aop/aopajltwspring/CustomWeaverConfiguration.xml
868https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/core/aop/aopatconfigurable/ApplicationConfiguration.xml
869https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/core/aop/ataspectj/aopaspectjsupport/ApplicationConfiguration.xml
870https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/core/aop/ataspectj/aopataspectj/ApplicationConfiguration.xml
871https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/core/aop/ataspectj/aopataspectjexample/ApplicationConfiguration.xml
872https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/core/aopapi/aopapipointcutsregex/JdkRegexpConfiguration.xml
873https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/core/aopapi/aopapipointcutsregex/RegexpConfiguration.xml
874https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/core/beans/dependencies/beansfactorylazyinit/ApplicationConfiguration.xml
875https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/core/beans/dependencies/beansfactorylazyinit/LazyConfiguration.xml
876https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/core/expressions/expressionsbeandef/MovieRecommender.xml
877https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/core/expressions/expressionsbeandef/PropertyValueTestBean.xml
878https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/core/expressions/expressionsbeandef/ShapeGuess.xml
879https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/core/validation/formatconfiguringformattingglobaldatetimeformat/ApplicationConfiguration.xml
880https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/core/validation/validationbeanvalidationspringmethod/ApplicationConfiguration.xml
881https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/core/validation/validationbeanvalidationspringmethodexceptions/ApplicationConfiguration.xml
882https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/dataaccess/jdbc/jdbcdatasource/BasicDataSourceConfiguration.xml
883https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/dataaccess/jdbc/jdbcdatasource/ComboPooledDataSourceConfiguration.xml
884https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/dataaccess/jdbc/jdbcdatasource/DriverManagerDataSourceConfiguration.xml
885https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/dataaccess/jdbc/jdbcembeddeddatabase/JdbcEmbeddedDatabaseConfiguration.xml
886https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/dataaccess/jdbc/jdbcjdbctemplateidioms/JdbcCorporateEventDaoConfiguration.xml
887https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/dataaccess/jdbc/jdbcjdbctemplateidioms/JdbcCorporateEventRepositoryConfiguration.xml
888https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/integration/cache/cacheannotationenable/CacheConfiguration.xml
889https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/integration/cache/cachestoreconfigurationcaffeine/CacheConfiguration.xml
890https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/integration/cache/cachestoreconfigurationcaffeine/CustomCacheConfiguration.xml
891https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/integration/cache/cachestoreconfigurationjdk/CacheConfiguration.xml
892https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/integration/cache/cachestoreconfigurationjsr107/CacheConfiguration.xml
893https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/integration/cache/cachestoreconfigurationnoop/CacheConfiguration.xml
894https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/integration/jms/jmsannotatedsupport/JmsConfiguration.xml
895https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/integration/jms/jmsjcamessageendpointmanager/AlternativeJmsConfiguration.xml
896https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/integration/jms/jmsjcamessageendpointmanager/JmsConfiguration.xml
897https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/integration/jms/jmsreceivingasync/JmsConfiguration.xml
898https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/integration/jms/jmsreceivingasyncmessagelisteneradapter/JmsConfiguration.xml
899https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/integration/jms/jmsreceivingasyncmessagelisteneradapter/MessageListenerConfiguration.xml
900https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/integration/jms/jmstxparticipation/ExternalTxJmsConfiguration.xml
901https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/integration/jms/jmstxparticipation/JmsConfiguration.xml
902https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/integration/jmx/jmxcontextmbeanexport/CustomJmxConfiguration.xml
903https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/integration/jmx/jmxcontextmbeanexport/JmxConfiguration.xml
904https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/integration/jmx/jmxexporting/JmxConfiguration.xml
905https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/integration/mailusagesimple/MailConfiguration.xml
906https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/integration/schedulingenableannotationsupport/SchedulingConfiguration.xml
907https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/integration/schedulingtaskexecutorusage/TaskExecutorConfiguration.xml
908https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigcontentnegotiation/WebConfiguration.xml
909https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigconversion/WebConfiguration.xml
910https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigenable/WebConfiguration.xml
911https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/web/webmvc/mvcconfig/mvcconfiginterceptors/WebConfiguration.xml
912https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigpathmatching/WebConfiguration.xml
913https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigstaticresources/VersionedConfiguration.xml
914https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigstaticresources/WebConfiguration.xml
915https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigvalidation/WebConfiguration.xml
916https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigviewcontroller/WebConfiguration.xml
917https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigviewresolvers/FreeMarkerConfiguration.xml
918https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/web/webmvc/mvcconfig/mvcconfigviewresolvers/WebConfiguration.xml
919https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/web/webmvc/mvcconfig/mvcdefaultservlethandler/CustomDefaultServletConfiguration.xml
920https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/web/webmvc/mvcconfig/mvcdefaultservlethandler/WebConfiguration.xml
921https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/web/webmvc/mvccontroller/mvcanncontroller/WebConfiguration.xml
922https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/web/websocket/stomp/websocketstompconfigurationperformance/MessageSizeLimitWebSocketConfiguration.xml
923https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/web/websocket/stomp/websocketstompconfigurationperformance/WebSocketConfiguration.xml
924https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/web/websocket/stomp/websocketstompdestinationseparator/WebSocketConfiguration.xml
925https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/web/websocket/stomp/websocketstompenable/WebSocketConfiguration.xml
926https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/web/websocket/stomp/websocketstomphandlebrokerrelay/WebSocketConfiguration.xml
927https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/web/websocket/stomp/websocketstomporderedmessages/PublishOrderWebSocketConfiguration.xml
928https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/web/websocket/websocketfallbacksockjsenable/WebSocketConfiguration.xml
929https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/web/websocket/websocketserverallowedorigins/WebSocketConfiguration.xml
930https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/web/websocket/websocketserverhandler/WebSocketConfiguration.xml
931https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/web/websocket/websocketserverhandshake/WebSocketConfiguration.xml
932https://github.com/spring-projects/spring-framework/tree/main/framework-docs/src/main/resources/org/springframework/docs/web/websocket/websocketserverruntimeconfiguration/WebSocketConfiguration.xml
933https://github.com/spring-projects/spring-framework/tree/main/framework-platform/framework-platform.gradle
934https://github.com/spring-projects/spring-framework/tree/main/gradle/ide.gradle
935https://github.com/spring-projects/spring-framework/tree/main/gradle/publications.gradle
936https://github.com/spring-projects/spring-framework/tree/main/gradle/spring-module.gradle
937https://github.com/spring-projects/spring-framework/tree/main/gradle/wrapper/gradle-wrapper.jar
938https://github.com/spring-projects/spring-framework/tree/main/gradle/wrapper/gradle-wrapper.properties
939https://github.com/spring-projects/spring-framework/tree/main/integration-tests/integration-tests.gradle
940https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/aop/config/AopNamespaceHandlerAdviceOrderIntegrationTests.java
941https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/aop/config/AopNamespaceHandlerScopeIntegrationTests.java
942https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/aop/framework/autoproxy/AdvisorAutoProxyCreatorIntegrationTests.java
943https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/aop/framework/autoproxy/AspectJAutoProxyAdviceOrderIntegrationTests.java
944https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/aot/RuntimeHintsAgentTests.java
945https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/aot/test/ReflectionInvocationsTests.java
946https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/aot/test/SampleReflection.java
947https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/beans/factory/xml/Component.java
948https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/beans/factory/xml/ComponentBeanDefinitionParser.java
949https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/beans/factory/xml/ComponentBeanDefinitionParserTests.java
950https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/beans/factory/xml/ComponentFactoryBean.java
951https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/beans/factory/xml/ComponentNamespaceHandler.java
952https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/cache/annotation/EnableCachingIntegrationTests.java
953https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/context/annotation/jsr330/ClassPathBeanDefinitionScannerJsr330ScopeIntegrationTests.java
954https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/context/annotation/scope/ClassPathBeanDefinitionScannerScopeIntegrationTests.java
955https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/core/env/EnvironmentSystemIntegrationTests.java
956https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/core/env/PropertyPlaceholderConfigurerEnvironmentIntegrationTests.java
957https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/core/env/scan1/Config.java
958https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/core/env/scan1/DevConfig.java
959https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/core/env/scan1/ProdConfig.java
960https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/core/env/scan2/DevBean.java
961https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/core/env/scan2/ProdBean.java
962https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/expression/spel/support/BeanFactoryTypeConverter.java
963https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/expression/spel/support/Spr7538Tests.java
964https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/scheduling/annotation/ScheduledAndTransactionalAnnotationIntegrationTests.java
965https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/transaction/annotation/EnableTransactionManagementIntegrationTests.java
966https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/java/org/springframework/transaction/annotation/ProxyAnnotationDiscoveryTests.java
967https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/kotlin/org/springframework/aop/framework/autoproxy/AspectJAutoProxyInterceptorKotlinIntegrationTests.kt
968https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/resources/log4j2-test.xml
969https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/resources/META-INF/spring.handlers
970https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/resources/META-INF/spring.schemas
971https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerAdviceOrderIntegrationTests-afterFirst.xml
972https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerAdviceOrderIntegrationTests-afterLast.xml
973https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerScopeIntegrationTests-context.xml
974https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/resources/org/springframework/aop/framework/autoproxy/AdvisorAutoProxyCreatorIntegrationTests-context.xml
975https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/resources/org/springframework/beans/factory/xml/component-config.xml
976https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/resources/org/springframework/beans/factory/xml/component.xsd
977https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/resources/org/springframework/context/annotation/ltw/ComponentScanningWithLTWTests.xml
978https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/resources/org/springframework/core/env/EnvironmentSystemIntegrationTests-context-dev.xml
979https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/resources/org/springframework/core/env/EnvironmentSystemIntegrationTests-context-prod.xml
980https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/resources/org/springframework/core/env/EnvironmentSystemIntegrationTests-context.xml
981https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/resources/org/springframework/transaction/annotation/enable-caching.xml
982https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/resources/org/springframework/util/testlog4j.properties
983https://github.com/spring-projects/spring-framework/tree/main/integration-tests/src/test/resources/org/springframework/web/util/testlog4j.properties
984https://github.com/spring-projects/spring-framework/tree/main/spring-aop/spring-aop.gradle
985https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/aopalliance/package-info.java
986https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/aopalliance/aop/Advice.java
987https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/aopalliance/aop/AspectException.java
988https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/aopalliance/aop/package-info.java
989https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/aopalliance/intercept/ConstructorInterceptor.java
990https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/aopalliance/intercept/ConstructorInvocation.java
991https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/aopalliance/intercept/Interceptor.java
992https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/aopalliance/intercept/Invocation.java
993https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/aopalliance/intercept/Joinpoint.java
994https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/aopalliance/intercept/MethodInterceptor.java
995https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/aopalliance/intercept/MethodInvocation.java
996https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/aopalliance/intercept/package-info.java
997https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/Advisor.java
998https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/AfterAdvice.java
999https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/AfterReturningAdvice.java
1000https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/AopInvocationException.java
1001https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/BeforeAdvice.java
1002https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/ClassFilter.java
1003https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/DynamicIntroductionAdvice.java
1004https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/IntroductionAdvisor.java
1005https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/IntroductionAwareMethodMatcher.java
1006https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/IntroductionInfo.java
1007https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/IntroductionInterceptor.java
1008https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/MethodBeforeAdvice.java
1009https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/MethodMatcher.java
1010https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/package-info.java
1011https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/Pointcut.java
1012https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/PointcutAdvisor.java
1013https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/ProxyMethodInvocation.java
1014https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/RawTargetAccess.java
1015https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/SpringProxy.java
1016https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/TargetClassAware.java
1017https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/TargetSource.java
1018https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/ThrowsAdvice.java
1019https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/TrueClassFilter.java
1020https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/TrueMethodMatcher.java
1021https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/TruePointcut.java
1022https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/AbstractAspectJAdvice.java
1023https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/AspectInstanceFactory.java
1024https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/AspectJAdviceParameterNameDiscoverer.java
1025https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/AspectJAfterAdvice.java
1026https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/AspectJAfterReturningAdvice.java
1027https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/AspectJAfterThrowingAdvice.java
1028https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/AspectJAopUtils.java
1029https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/AspectJAroundAdvice.java
1030https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/AspectJExpressionPointcut.java
1031https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/AspectJExpressionPointcutAdvisor.java
1032https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/AspectJMethodBeforeAdvice.java
1033https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/AspectJPointcutAdvisor.java
1034https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/AspectJPrecedenceInformation.java
1035https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/AspectJProxyUtils.java
1036https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/AspectJWeaverMessageHandler.java
1037https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/DeclareParentsAdvisor.java
1038https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/InstantiationModelAwarePointcutAdvisor.java
1039https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/MethodInvocationProceedingJoinPoint.java
1040https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/package-info.java
1041https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/RuntimeTestWalker.java
1042https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/ShadowMatchUtils.java
1043https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/SimpleAspectInstanceFactory.java
1044https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/SingletonAspectInstanceFactory.java
1045https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/TypePatternClassFilter.java
1046https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/AbstractAspectJAdvisorFactory.java
1047https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/AnnotationAwareAspectJAutoProxyCreator.java
1048https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/AspectJAdvisorBeanRegistrationAotProcessor.java
1049https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/AspectJAdvisorFactory.java
1050https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/AspectJBeanFactoryInitializationAotProcessor.java
1051https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/AspectJProxyFactory.java
1052https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/AspectMetadata.java
1053https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/BeanFactoryAspectInstanceFactory.java
1054https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/BeanFactoryAspectJAdvisorsBuilder.java
1055https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/InstantiationModelAwarePointcutAdvisorImpl.java
1056https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/LazySingletonAspectInstanceFactoryDecorator.java
1057https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/MetadataAwareAspectInstanceFactory.java
1058https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/NotAnAtAspectException.java
1059https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/package-info.java
1060https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/PrototypeAspectInstanceFactory.java
1061https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/ReflectiveAspectJAdvisorFactory.java
1062https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/SimpleMetadataAwareAspectInstanceFactory.java
1063https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/SingletonMetadataAwareAspectInstanceFactory.java
1064https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/autoproxy/AspectJAwareAdvisorAutoProxyCreator.java
1065https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/autoproxy/AspectJPrecedenceComparator.java
1066https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/aspectj/autoproxy/package-info.java
1067https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/config/AbstractInterceptorDrivenBeanDefinitionDecorator.java
1068https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/config/AdviceEntry.java
1069https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/config/AdvisorComponentDefinition.java
1070https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/config/AdvisorEntry.java
1071https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/config/AopConfigUtils.java
1072https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/config/AopNamespaceHandler.java
1073https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/config/AopNamespaceUtils.java
1074https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/config/AspectComponentDefinition.java
1075https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/config/AspectEntry.java
1076https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/config/AspectJAutoProxyBeanDefinitionParser.java
1077https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/config/ConfigBeanDefinitionParser.java
1078https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/config/MethodLocatingFactoryBean.java
1079https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/config/package-info.java
1080https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/config/PointcutComponentDefinition.java
1081https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/config/PointcutEntry.java
1082https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/config/ScopedProxyBeanDefinitionDecorator.java
1083https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/config/SimpleBeanFactoryAwareAspectInstanceFactory.java
1084https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/config/SpringConfiguredBeanDefinitionParser.java
1085https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/AbstractAdvisingBeanPostProcessor.java
1086https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/AbstractSingletonProxyFactoryBean.java
1087https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/Advised.java
1088https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/AdvisedSupport.java
1089https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/AdvisedSupportListener.java
1090https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/AdvisorChainFactory.java
1091https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/AopConfigException.java
1092https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/AopContext.java
1093https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/AopInfrastructureBean.java
1094https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/AopProxy.java
1095https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/AopProxyFactory.java
1096https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/AopProxyUtils.java
1097https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/CglibAopProxy.java
1098https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/CoroutinesUtils.java
1099https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/DefaultAdvisorChainFactory.java
1100https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/DefaultAopProxyFactory.java
1101https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/InterceptorAndDynamicMethodMatcher.java
1102https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/JdkDynamicAopProxy.java
1103https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/ObjenesisCglibAopProxy.java
1104https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/package-info.java
1105https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/ProxyConfig.java
1106https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/ProxyCreatorSupport.java
1107https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/ProxyFactory.java
1108https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/ProxyFactoryBean.java
1109https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/ProxyProcessorSupport.java
1110https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/ReflectiveMethodInvocation.java
1111https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/adapter/AdvisorAdapter.java
1112https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/adapter/AdvisorAdapterRegistrationManager.java
1113https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/adapter/AdvisorAdapterRegistry.java
1114https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/adapter/AfterReturningAdviceAdapter.java
1115https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/adapter/AfterReturningAdviceInterceptor.java
1116https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/adapter/DefaultAdvisorAdapterRegistry.java
1117https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/adapter/GlobalAdvisorAdapterRegistry.java
1118https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/adapter/MethodBeforeAdviceAdapter.java
1119https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/adapter/MethodBeforeAdviceInterceptor.java
1120https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/adapter/package-info.java
1121https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/adapter/ThrowsAdviceAdapter.java
1122https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/adapter/ThrowsAdviceInterceptor.java
1123https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/adapter/UnknownAdviceTypeException.java
1124https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/autoproxy/AbstractAdvisorAutoProxyCreator.java
1125https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/autoproxy/AbstractAutoProxyCreator.java
1126https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/autoproxy/AbstractBeanFactoryAwareAdvisingPostProcessor.java
1127https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/autoproxy/AutoProxyUtils.java
1128https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/autoproxy/BeanFactoryAdvisorRetrievalHelper.java
1129https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/autoproxy/BeanNameAutoProxyCreator.java
1130https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/autoproxy/DefaultAdvisorAutoProxyCreator.java
1131https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/autoproxy/InfrastructureAdvisorAutoProxyCreator.java
1132https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/autoproxy/package-info.java
1133https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/autoproxy/ProxyCreationContext.java
1134https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/autoproxy/TargetSourceCreator.java
1135https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/autoproxy/target/AbstractBeanFactoryBasedTargetSourceCreator.java
1136https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/autoproxy/target/LazyInitTargetSourceCreator.java
1137https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/autoproxy/target/package-info.java
1138https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/framework/autoproxy/target/QuickTargetSourceCreator.java
1139https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/interceptor/AbstractMonitoringInterceptor.java
1140https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/interceptor/AbstractTraceInterceptor.java
1141https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/interceptor/AsyncExecutionAspectSupport.java
1142https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/interceptor/AsyncExecutionInterceptor.java
1143https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/interceptor/AsyncUncaughtExceptionHandler.java
1144https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/interceptor/ConcurrencyThrottleInterceptor.java
1145https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/interceptor/CustomizableTraceInterceptor.java
1146https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/interceptor/DebugInterceptor.java
1147https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/interceptor/ExposeBeanNameAdvisors.java
1148https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/interceptor/ExposeInvocationInterceptor.java
1149https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/interceptor/package-info.java
1150https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/interceptor/PerformanceMonitorInterceptor.java
1151https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/interceptor/SimpleAsyncUncaughtExceptionHandler.java
1152https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/interceptor/SimpleTraceInterceptor.java
1153https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/scope/DefaultScopedObject.java
1154https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/scope/package-info.java
1155https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/scope/ScopedObject.java
1156https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/scope/ScopedProxyBeanRegistrationAotProcessor.java
1157https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/scope/ScopedProxyFactoryBean.java
1158https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/scope/ScopedProxyUtils.java
1159https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/AbstractBeanFactoryPointcutAdvisor.java
1160https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/AbstractExpressionPointcut.java
1161https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/AbstractGenericPointcutAdvisor.java
1162https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/AbstractPointcutAdvisor.java
1163https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/AbstractRegexpMethodPointcut.java
1164https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/AopUtils.java
1165https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/ClassFilters.java
1166https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/ComposablePointcut.java
1167https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/ControlFlowPointcut.java
1168https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/DefaultBeanFactoryPointcutAdvisor.java
1169https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/DefaultIntroductionAdvisor.java
1170https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/DefaultPointcutAdvisor.java
1171https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/DelegatePerTargetObjectIntroductionInterceptor.java
1172https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/DelegatingIntroductionInterceptor.java
1173https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/DynamicMethodMatcher.java
1174https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/DynamicMethodMatcherPointcut.java
1175https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/ExpressionPointcut.java
1176https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/IntroductionInfoSupport.java
1177https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/JdkRegexpMethodPointcut.java
1178https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/MethodMatchers.java
1179https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/NameMatchMethodPointcut.java
1180https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/NameMatchMethodPointcutAdvisor.java
1181https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/package-info.java
1182https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/Pointcuts.java
1183https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/RegexpMethodPointcutAdvisor.java
1184https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/RootClassFilter.java
1185https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/StaticMethodMatcher.java
1186https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/StaticMethodMatcherPointcut.java
1187https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/StaticMethodMatcherPointcutAdvisor.java
1188https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/annotation/AnnotationClassFilter.java
1189https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/annotation/AnnotationMatchingPointcut.java
1190https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/annotation/AnnotationMethodMatcher.java
1191https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/support/annotation/package-info.java
1192https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/target/AbstractBeanFactoryBasedTargetSource.java
1193https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/target/AbstractLazyCreationTargetSource.java
1194https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/target/AbstractPoolingTargetSource.java
1195https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/target/AbstractPrototypeBasedTargetSource.java
1196https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/target/CommonsPool2TargetSource.java
1197https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/target/EmptyTargetSource.java
1198https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/target/HotSwappableTargetSource.java
1199https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/target/LazyInitTargetSource.java
1200https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/target/package-info.java
1201https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/target/PoolingConfig.java
1202https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/target/PrototypeTargetSource.java
1203https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/target/SimpleBeanTargetSource.java
1204https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/target/SingletonTargetSource.java
1205https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/target/ThreadLocalTargetSource.java
1206https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/target/ThreadLocalTargetSourceStats.java
1207https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/target/dynamic/AbstractRefreshableTargetSource.java
1208https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/target/dynamic/BeanFactoryRefreshableTargetSource.java
1209https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/target/dynamic/package-info.java
1210https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/java/org/springframework/aop/target/dynamic/Refreshable.java
1211https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/resources/META-INF/spring.factories
1212https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/resources/META-INF/spring.handlers
1213https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/resources/META-INF/spring.schemas
1214https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/resources/META-INF/spring.tooling
1215https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/resources/META-INF/spring/aot.factories
1216https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/resources/org/springframework/aop/config/spring-aop.gif
1217https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/main/resources/org/springframework/aop/config/spring-aop.xsd
1218https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/aspectj/AbstractAspectJAdviceTests.java
1219https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/aspectj/AspectJAdviceParameterNameDiscovererTests.java
1220https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/aspectj/AspectJExpressionPointcutTests.java
1221https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/aspectj/BeanNamePointcutMatchingTests.java
1222https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/aspectj/MethodInvocationProceedingJoinPointTests.java
1223https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/aspectj/TrickyAspectJPointcutExpressionTests.java
1224https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/aspectj/TypePatternClassFilterTests.java
1225https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/aspectj/annotation/AbstractAspectJAdvisorFactoryTests.java
1226https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/aspectj/annotation/ArgumentBindingTests.java
1227https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/aspectj/annotation/AspectJAdvisorBeanRegistrationAotProcessorTests.java
1228https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/aspectj/annotation/AspectJBeanFactoryInitializationAotProcessorTests.java
1229https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/aspectj/annotation/AspectJPointcutAdvisorTests.java
1230https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/aspectj/annotation/AspectMetadataTests.java
1231https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/aspectj/annotation/AspectProxyFactoryTests.java
1232https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/aspectj/annotation/ReflectiveAspectJAdvisorFactoryTests.java
1233https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/aspectj/autoproxy/AspectJNamespaceHandlerTests.java
1234https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/aspectj/autoproxy/AspectJPrecedenceComparatorTests.java
1235https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/config/AopNamespaceHandlerEventTests.java
1236https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/config/AopNamespaceHandlerPointcutErrorTests.java
1237https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/config/TopLevelAopTagTests.java
1238https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/framework/AbstractProxyExceptionHandlingTests.java
1239https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/framework/AopProxyUtilsTests.java
1240https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/framework/CglibProxyExceptionHandlingTests.java
1241https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/framework/IntroductionBenchmarkTests.java
1242https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/framework/JdkProxyExceptionHandlingTests.java
1243https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/framework/MethodInvocationTests.java
1244https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/framework/NullPrimitiveTests.java
1245https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/framework/PrototypeTargetTests.java
1246https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/framework/ProxyFactoryTests.java
1247https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/framework/SentenceFragment.java
1248https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/framework/SentenceFragmentDisplayNameGenerator.java
1249https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/framework/adapter/ThrowsAdviceInterceptorTests.java
1250https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/interceptor/AsyncExecutionInterceptorTests.java
1251https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/interceptor/ConcurrencyThrottleInterceptorTests.java
1252https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/interceptor/CustomizableTraceInterceptorTests.java
1253https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/interceptor/DebugInterceptorTests.java
1254https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/interceptor/ExposeBeanNameAdvisorsTests.java
1255https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/interceptor/ExposedInvocationTestBean.java
1256https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/interceptor/ExposeInvocationInterceptorTests.java
1257https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/interceptor/InvocationCheckExposedInvocationTestBean.java
1258https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/interceptor/PerformanceMonitorInterceptorTests.java
1259https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/interceptor/SimpleTraceInterceptorTests.java
1260https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/scope/DefaultScopedObjectTests.java
1261https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/scope/ScopedProxyAutowireTests.java
1262https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/scope/ScopedProxyBeanRegistrationAotProcessorTests.java
1263https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/scope/ScopedProxyUtilsTests.java
1264https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/support/AopUtilsTests.java
1265https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/support/ClassFiltersTests.java
1266https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/support/ClassUtilsTests.java
1267https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/support/ComposablePointcutTests.java
1268https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/support/ControlFlowPointcutTests.java
1269https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/support/DelegatingIntroductionInterceptorTests.java
1270https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/support/JdkRegexpMethodPointcutTests.java
1271https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/support/MethodMatchersTests.java
1272https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/support/NameMatchMethodPointcutTests.java
1273https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/support/PointcutsTests.java
1274https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/support/RegexpMethodPointcutAdvisorIntegrationTests.java
1275https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/support/RootClassFilterTests.java
1276https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/support/annotation/AnnotationMatchingPointcutTests.java
1277https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/target/CommonsPool2TargetSourceProxyTests.java
1278https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/target/HotSwappableTargetSourceTests.java
1279https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/target/LazyCreationTargetSourceTests.java
1280https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/target/LazyInitTargetSourceTests.java
1281https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/target/PrototypeBasedTargetSourceTests.java
1282https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/target/PrototypeTargetSourceTests.java
1283https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/target/ThreadLocalTargetSourceTests.java
1284https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/org/springframework/aop/target/dynamic/RefreshableTargetSourceTests.java
1285https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/test/annotation/EmptySpringAnnotation.java
1286https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/java/test/annotation/transaction/Tx.java
1287https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/kotlin/org/springframework/aop/framework/CglibAopProxyKotlinTests.kt
1288https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/kotlin/org/springframework/aop/framework/CoroutinesUtilsTests.kt
1289https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/kotlin/org/springframework/aop/support/AopUtilsKotlinTests.kt
1290https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/resources/log4j2-test.xml
1291https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerEventTests-context.xml
1292https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerEventTests-directPointcutEvents.xml
1293https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerEventTests-pointcutEvents.xml
1294https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerEventTests-pointcutRefEvents.xml
1295https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerPointcutErrorTests-pointcutDuplication.xml
1296https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerPointcutErrorTests-pointcutMissing.xml
1297https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/resources/org/springframework/aop/config/TopLevelAopTagTests-context.xml
1298https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/resources/org/springframework/aop/framework/PrototypeTargetTests-context.xml
1299https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/resources/org/springframework/aop/interceptor/ExposeInvocationInterceptorTests-context.xml
1300https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/resources/org/springframework/aop/scope/ScopedProxyAutowireTests-scopedAutowireFalse.xml
1301https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/resources/org/springframework/aop/scope/ScopedProxyAutowireTests-scopedAutowireTrue.xml
1302https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/resources/org/springframework/aop/support/RegexpMethodPointcutAdvisorIntegrationTests-context.xml
1303https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/resources/org/springframework/aop/target/CommonsPool2TargetSourceProxyTests-context.xml
1304https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/resources/org/springframework/aop/target/HotSwappableTargetSourceTests-context.xml
1305https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/resources/org/springframework/aop/target/LazyInitTargetSourceTests-customTarget.xml
1306https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/resources/org/springframework/aop/target/LazyInitTargetSourceTests-factoryBean.xml
1307https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/resources/org/springframework/aop/target/LazyInitTargetSourceTests-singleton.xml
1308https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/resources/org/springframework/aop/target/PrototypeTargetSourceTests-context.xml
1309https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/test/resources/org/springframework/aop/target/ThreadLocalTargetSourceTests-context.xml
1310https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/testFixtures/java/org/springframework/aop/testfixture/advice/CountingAfterReturningAdvice.java
1311https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/testFixtures/java/org/springframework/aop/testfixture/advice/CountingBeforeAdvice.java
1312https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/testFixtures/java/org/springframework/aop/testfixture/advice/MethodCounter.java
1313https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/testFixtures/java/org/springframework/aop/testfixture/advice/MyThrowsHandler.java
1314https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/testFixtures/java/org/springframework/aop/testfixture/advice/TimestampIntroductionAdvisor.java
1315https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/testFixtures/java/org/springframework/aop/testfixture/aspectj/CommonExpressions.java
1316https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/testFixtures/java/org/springframework/aop/testfixture/aspectj/CommonPointcuts.java
1317https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/testFixtures/java/org/springframework/aop/testfixture/aspectj/PerTargetAspect.java
1318https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/testFixtures/java/org/springframework/aop/testfixture/aspectj/PerThisAspect.java
1319https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/testFixtures/java/org/springframework/aop/testfixture/aspectj/TwoAdviceAspect.java
1320https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/testFixtures/java/org/springframework/aop/testfixture/interceptor/NopInterceptor.java
1321https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/testFixtures/java/org/springframework/aop/testfixture/interceptor/SerializableNopInterceptor.java
1322https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/testFixtures/java/org/springframework/aop/testfixture/interceptor/TimestampIntroductionInterceptor.java
1323https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/testFixtures/java/org/springframework/aop/testfixture/mixin/DefaultLockable.java
1324https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/testFixtures/java/org/springframework/aop/testfixture/mixin/Lockable.java
1325https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/testFixtures/java/org/springframework/aop/testfixture/mixin/LockedException.java
1326https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/testFixtures/java/org/springframework/aop/testfixture/mixin/LockMixin.java
1327https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/testFixtures/java/org/springframework/aop/testfixture/mixin/LockMixinAdvisor.java
1328https://github.com/spring-projects/spring-framework/tree/main/spring-aop/src/testFixtures/java/org/springframework/aop/testfixture/scope/SimpleTarget.java
1329https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/spring-aspects.gradle
1330https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/beans/factory/aspectj/AbstractDependencyInjectionAspect.aj
1331https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/beans/factory/aspectj/AbstractInterfaceDrivenDependencyInjectionAspect.aj
1332https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/beans/factory/aspectj/AnnotationBeanConfigurerAspect.aj
1333https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/beans/factory/aspectj/ConfigurableObject.java
1334https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/beans/factory/aspectj/GenericInterfaceDrivenDependencyInjectionAspect.aj
1335https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/beans/factory/aspectj/package-info.java
1336https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/cache/aspectj/AbstractCacheAspect.aj
1337https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/cache/aspectj/AnnotationCacheAspect.aj
1338https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/cache/aspectj/AnyThrow.java
1339https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/cache/aspectj/AspectJCachingConfiguration.java
1340https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/cache/aspectj/AspectJJCacheConfiguration.java
1341https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/cache/aspectj/JCacheCacheAspect.aj
1342https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/cache/aspectj/package-info.java
1343https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/context/annotation/aspectj/EnableSpringConfigured.java
1344https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/context/annotation/aspectj/package-info.java
1345https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/context/annotation/aspectj/SpringConfiguredConfiguration.java
1346https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/scheduling/aspectj/AbstractAsyncExecutionAspect.aj
1347https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/scheduling/aspectj/AnnotationAsyncExecutionAspect.aj
1348https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/scheduling/aspectj/AspectJAsyncConfiguration.java
1349https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/scheduling/aspectj/package-info.java
1350https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/transaction/aspectj/AbstractTransactionAspect.aj
1351https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/transaction/aspectj/AnnotationTransactionAspect.aj
1352https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/transaction/aspectj/AspectJJtaTransactionManagementConfiguration.java
1353https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/transaction/aspectj/AspectJTransactionManagementConfiguration.java
1354https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/transaction/aspectj/JtaAnnotationTransactionAspect.aj
1355https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/java/org/springframework/transaction/aspectj/package-info.java
1356https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/main/resources/META-INF/aop.xml
1357https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/aop/aspectj/autoproxy/AutoProxyWithCodeStyleAspectsTests.java
1358https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/aop/aspectj/autoproxy/CodeStyleAspect.aj
1359https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/beans/factory/aspectj/ShouldBeConfiguredBySpring.java
1360https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/beans/factory/aspectj/SpringConfiguredWithAutoProxyingTests.java
1361https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/beans/factory/aspectj/XmlBeanConfigurerTests.java
1362https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/cache/aspectj/AbstractCacheAnnotationTests.java
1363https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/cache/aspectj/AspectJCacheAnnotationTests.java
1364https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/cache/aspectj/AspectJEnableCachingIsolatedTests.java
1365https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/cache/aspectj/AspectJEnableCachingTests.java
1366https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/cache/aspectj/JCacheAspectJJavaConfigTests.java
1367https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/cache/aspectj/JCacheAspectJNamespaceConfigTests.java
1368https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/cache/config/AnnotatedClassCacheableService.java
1369https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/cache/config/AnnotatedJCacheableService.java
1370https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/cache/config/CacheableService.java
1371https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/cache/config/DefaultCacheableService.java
1372https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/cache/config/TestEntity.java
1373https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/context/annotation/aspectj/AnnotationBeanConfigurerTests.java
1374https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/scheduling/aspectj/AnnotationAsyncExecutionAspectTests.java
1375https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/scheduling/aspectj/AnnotationDrivenBeanDefinitionParserTests.java
1376https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/scheduling/aspectj/TestableAsyncUncaughtExceptionHandler.java
1377https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/transaction/aspectj/ClassWithPrivateAnnotatedMember.java
1378https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/transaction/aspectj/ClassWithProtectedAnnotatedMember.java
1379https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/transaction/aspectj/ITransactional.java
1380https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/transaction/aspectj/JtaTransactionAspectsTests.java
1381https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/transaction/aspectj/MethodAnnotationOnClassWithNoInterface.java
1382https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/transaction/aspectj/TransactionalAnnotationOnlyOnClassWithNoInterface.java
1383https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/java/org/springframework/transaction/aspectj/TransactionAspectTests.java
1384https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/resources/log4j2-test.xml
1385https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/resources/org/springframework/aop/aspectj/autoproxy/ajcAutoproxyTests.xml
1386https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/resources/org/springframework/beans/factory/aspectj/beanConfigurerTests-beans.xml
1387https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/resources/org/springframework/beans/factory/aspectj/beanConfigurerTests.xml
1388https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/resources/org/springframework/beans/factory/aspectj/springConfigured.xml
1389https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/resources/org/springframework/cache/config/annotation-cache-aspectj.xml
1390https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/resources/org/springframework/cache/config/annotation-jcache-aspectj.xml
1391https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/resources/org/springframework/scheduling/aspectj/annotationDrivenContext.xml
1392https://github.com/spring-projects/spring-framework/tree/main/spring-aspects/src/test/resources/org/springframework/transaction/aspectj/TransactionAspectTests-context.xml
1393https://github.com/spring-projects/spring-framework/tree/main/spring-beans/spring-beans.gradle
1394https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/jmh/java/org/springframework/beans/AbstractPropertyAccessorBenchmark.java
1395https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/jmh/java/org/springframework/beans/BeanUtilsBenchmark.java
1396https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/jmh/java/org/springframework/beans/factory/ConcurrentBeanFactoryBenchmark.java
1397https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/jmh/java/org/springframework/beans/factory/DefaultListableBeanFactoryBenchmark.java
1398https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/jmh/kotlin/org/springframework/beans/KotlinBeanUtilsBenchmark.kt
1399https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/jmh/resources/org/springframework/beans/factory/ConcurrentBeanFactoryBenchmark-context.xml
1400https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/AbstractNestablePropertyAccessor.java
1401https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/AbstractPropertyAccessor.java
1402https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/BeanInfoFactory.java
1403https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/BeanInstantiationException.java
1404https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/BeanMetadataAttribute.java
1405https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/BeanMetadataAttributeAccessor.java
1406https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/BeanMetadataElement.java
1407https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/BeansException.java
1408https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/BeanUtils.java
1409https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/BeanUtilsRuntimeHints.java
1410https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/BeanWrapper.java
1411https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/BeanWrapperImpl.java
1412https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/CachedIntrospectionResults.java
1413https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/ConfigurablePropertyAccessor.java
1414https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/ConversionNotSupportedException.java
1415https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/DirectFieldAccessor.java
1416https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/ExtendedBeanInfo.java
1417https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/ExtendedBeanInfoFactory.java
1418https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/FatalBeanException.java
1419https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/GenericTypeAwarePropertyDescriptor.java
1420https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/InvalidPropertyException.java
1421https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/Mergeable.java
1422https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/MethodInvocationException.java
1423https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/MutablePropertyValues.java
1424https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/NotReadablePropertyException.java
1425https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/NotWritablePropertyException.java
1426https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/NullValueInNestedPathException.java
1427https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/package-info.java
1428https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/PropertyAccessException.java
1429https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/PropertyAccessor.java
1430https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/PropertyAccessorFactory.java
1431https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/PropertyAccessorUtils.java
1432https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/PropertyBatchUpdateException.java
1433https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/PropertyDescriptorUtils.java
1434https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/PropertyEditorRegistrar.java
1435https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/PropertyEditorRegistry.java
1436https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/PropertyEditorRegistrySupport.java
1437https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/PropertyMatches.java
1438https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/PropertyValue.java
1439https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/PropertyValues.java
1440https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/PropertyValuesEditor.java
1441https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/SimpleBeanInfoFactory.java
1442https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/SimpleTypeConverter.java
1443https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/StandardBeanInfoFactory.java
1444https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/TypeConverter.java
1445https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/TypeConverterDelegate.java
1446https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/TypeConverterSupport.java
1447https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/TypeMismatchException.java
1448https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/Aware.java
1449https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/BeanClassLoaderAware.java
1450https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/BeanCreationException.java
1451https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/BeanCreationNotAllowedException.java
1452https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/BeanCurrentlyInCreationException.java
1453https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/BeanDefinitionStoreException.java
1454https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/BeanExpressionException.java
1455https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/BeanFactory.java
1456https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/BeanFactoryAware.java
1457https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/BeanFactoryInitializer.java
1458https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/BeanFactoryUtils.java
1459https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/BeanInitializationException.java
1460https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/BeanIsAbstractException.java
1461https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/BeanIsNotAFactoryException.java
1462https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/BeanNameAware.java
1463https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/BeanNotOfRequiredTypeException.java
1464https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/BeanRegistrar.java
1465https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/BeanRegistry.java
1466https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/CannotLoadBeanClassException.java
1467https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/DisposableBean.java
1468https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/FactoryBean.java
1469https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/FactoryBeanNotInitializedException.java
1470https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/HierarchicalBeanFactory.java
1471https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/InitializingBean.java
1472https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/InjectionPoint.java
1473https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/ListableBeanFactory.java
1474https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/NamedBean.java
1475https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/NoSuchBeanDefinitionException.java
1476https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/NoUniqueBeanDefinitionException.java
1477https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/ObjectFactory.java
1478https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/ObjectProvider.java
1479https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/package-info.java
1480https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/SmartFactoryBean.java
1481https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/SmartInitializingSingleton.java
1482https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/UnsatisfiedDependencyException.java
1483https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/annotation/AnnotatedBeanDefinition.java
1484https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/annotation/AnnotatedGenericBeanDefinition.java
1485https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/annotation/AnnotationBeanWiringInfoResolver.java
1486https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/annotation/Autowire.java
1487https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/annotation/Autowired.java
1488https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/annotation/AutowiredAnnotationBeanPostProcessor.java
1489https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/annotation/BeanFactoryAnnotationUtils.java
1490https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/annotation/Configurable.java
1491https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/annotation/CustomAutowireConfigurer.java
1492https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/annotation/InitDestroyAnnotationBeanPostProcessor.java
1493https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/annotation/InjectionMetadata.java
1494https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/annotation/JakartaAnnotationsRuntimeHints.java
1495https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/annotation/Lookup.java
1496https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/annotation/package-info.java
1497https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/annotation/ParameterResolutionDelegate.java
1498https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/annotation/Qualifier.java
1499https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/annotation/QualifierAnnotationAutowireCandidateResolver.java
1500https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/annotation/Value.java
1501https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/AotBeanProcessingException.java
1502https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/AotException.java
1503https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/AotProcessingException.java
1504https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/AotServices.java
1505https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/AutowiredArguments.java
1506https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/AutowiredArgumentsCodeGenerator.java
1507https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/AutowiredElementResolver.java
1508https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/AutowiredFieldValueResolver.java
1509https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/AutowiredMethodArgumentsResolver.java
1510https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/BeanDefinitionMethodGenerator.java
1511https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/BeanDefinitionMethodGeneratorFactory.java
1512https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/BeanDefinitionPropertiesCodeGenerator.java
1513https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/BeanDefinitionPropertyValueCodeGeneratorDelegates.java
1514https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/BeanFactoryInitializationAotContribution.java
1515https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/BeanFactoryInitializationAotProcessor.java
1516https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/BeanFactoryInitializationCode.java
1517https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/BeanInstanceSupplier.java
1518https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/BeanRegistrationAotContribution.java
1519https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/BeanRegistrationAotProcessor.java
1520https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/BeanRegistrationCode.java
1521https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/BeanRegistrationCodeFragments.java
1522https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/BeanRegistrationCodeFragmentsDecorator.java
1523https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/BeanRegistrationCodeGenerator.java
1524https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/BeanRegistrationExcludeFilter.java
1525https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/BeanRegistrationsAotContribution.java
1526https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/BeanRegistrationsAotProcessor.java
1527https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/BeanRegistrationsCode.java
1528https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/CodeWarnings.java
1529https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/DefaultBeanRegistrationCodeFragments.java
1530https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/InstanceSupplierCodeGenerator.java
1531https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot/package-info.java
1532https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/AbstractFactoryBean.java
1533https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/AutowireCapableBeanFactory.java
1534https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/AutowiredPropertyMarker.java
1535https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/BeanDefinition.java
1536https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/BeanDefinitionCustomizer.java
1537https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/BeanDefinitionHolder.java
1538https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/BeanDefinitionVisitor.java
1539https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/BeanExpressionContext.java
1540https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/BeanExpressionResolver.java
1541https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/BeanFactoryPostProcessor.java
1542https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/BeanPostProcessor.java
1543https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/BeanReference.java
1544https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/ConfigurableBeanFactory.java
1545https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/ConfigurableListableBeanFactory.java
1546https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/ConstructorArgumentValues.java
1547https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/CustomEditorConfigurer.java
1548https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/CustomScopeConfigurer.java
1549https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/DependencyDescriptor.java
1550https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/DeprecatedBeanWarner.java
1551https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/DestructionAwareBeanPostProcessor.java
1552https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/EmbeddedValueResolver.java
1553https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/FieldRetrievingFactoryBean.java
1554https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/InstantiationAwareBeanPostProcessor.java
1555https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/ListFactoryBean.java
1556https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/MapFactoryBean.java
1557https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/MethodInvokingBean.java
1558https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/MethodInvokingFactoryBean.java
1559https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/NamedBeanHolder.java
1560https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/ObjectFactoryCreatingFactoryBean.java
1561https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/package-info.java
1562https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/PlaceholderConfigurerSupport.java
1563https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/PreferencesPlaceholderConfigurer.java
1564https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/PropertiesFactoryBean.java
1565https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/PropertyOverrideConfigurer.java
1566https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/PropertyPathFactoryBean.java
1567https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/PropertyPlaceholderConfigurer.java
1568https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/PropertyResourceConfigurer.java
1569https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/ProviderCreatingFactoryBean.java
1570https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/RuntimeBeanNameReference.java
1571https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/RuntimeBeanReference.java
1572https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/Scope.java
1573https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/ServiceLocatorFactoryBean.java
1574https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/SetFactoryBean.java
1575https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/SingletonBeanRegistry.java
1576https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/SmartInstantiationAwareBeanPostProcessor.java
1577https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/TypedStringValue.java
1578https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/YamlMapFactoryBean.java
1579https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/YamlProcessor.java
1580https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/config/YamlPropertiesFactoryBean.java
1581https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/groovy/GroovyBeanDefinitionReader.java
1582https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/groovy/GroovyBeanDefinitionWrapper.java
1583https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/groovy/GroovyDynamicElementReader.java
1584https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/groovy/package-info.java
1585https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/parsing/AbstractComponentDefinition.java
1586https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/parsing/AliasDefinition.java
1587https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/parsing/BeanComponentDefinition.java
1588https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/parsing/BeanDefinitionParsingException.java
1589https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/parsing/BeanEntry.java
1590https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/parsing/ComponentDefinition.java
1591https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/parsing/CompositeComponentDefinition.java
1592https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/parsing/ConstructorArgumentEntry.java
1593https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/parsing/DefaultsDefinition.java
1594https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/parsing/EmptyReaderEventListener.java
1595https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/parsing/FailFastProblemReporter.java
1596https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/parsing/ImportDefinition.java
1597https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/parsing/Location.java
1598https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/parsing/NullSourceExtractor.java
1599https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/parsing/package-info.java
1600https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/parsing/ParseState.java
1601https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/parsing/PassThroughSourceExtractor.java
1602https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/parsing/Problem.java
1603https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/parsing/ProblemReporter.java
1604https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/parsing/PropertyEntry.java
1605https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/parsing/QualifierEntry.java
1606https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/parsing/ReaderContext.java
1607https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/parsing/ReaderEventListener.java
1608https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/parsing/SourceExtractor.java
1609https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/serviceloader/AbstractServiceLoaderBasedFactoryBean.java
1610https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/serviceloader/package-info.java
1611https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/serviceloader/ServiceFactoryBean.java
1612https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/serviceloader/ServiceListFactoryBean.java
1613https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/serviceloader/ServiceLoaderFactoryBean.java
1614https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/AbstractAutowireCapableBeanFactory.java
1615https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/AbstractBeanDefinition.java
1616https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/AbstractBeanDefinitionReader.java
1617https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/AbstractBeanFactory.java
1618https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/AutowireCandidateQualifier.java
1619https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/AutowireCandidateResolver.java
1620https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/AutowireUtils.java
1621https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/BeanDefinitionBuilder.java
1622https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/BeanDefinitionDefaults.java
1623https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/BeanDefinitionOverrideException.java
1624https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/BeanDefinitionReader.java
1625https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/BeanDefinitionReaderUtils.java
1626https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/BeanDefinitionRegistry.java
1627https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/BeanDefinitionRegistryPostProcessor.java
1628https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/BeanDefinitionResource.java
1629https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/BeanDefinitionValidationException.java
1630https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/BeanDefinitionValueResolver.java
1631https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/BeanNameGenerator.java
1632https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/BeanRegistryAdapter.java
1633https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/CglibSubclassingInstantiationStrategy.java
1634https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/ChildBeanDefinition.java
1635https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/ConstructorResolver.java
1636https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/DefaultBeanNameGenerator.java
1637https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/DefaultListableBeanFactory.java
1638https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/DefaultSingletonBeanRegistry.java
1639https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/DisposableBeanAdapter.java
1640https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/FactoryBeanRegistrySupport.java
1641https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/GenericBeanDefinition.java
1642https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/GenericTypeAwareAutowireCandidateResolver.java
1643https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/ImplicitlyAppearedSingletonException.java
1644https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/InstanceSupplier.java
1645https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/InstantiationStrategy.java
1646https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/LookupOverride.java
1647https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/ManagedArray.java
1648https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/ManagedList.java
1649https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/ManagedMap.java
1650https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/ManagedProperties.java
1651https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/ManagedSet.java
1652https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/MergedBeanDefinitionPostProcessor.java
1653https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/MethodDescriptor.java
1654https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/MethodOverride.java
1655https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/MethodOverrides.java
1656https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/MethodReplacer.java
1657https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/NullBean.java
1658https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/package-info.java
1659https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/PropertiesBeanDefinitionReader.java
1660https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/RegisteredBean.java
1661https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/ReplaceOverride.java
1662https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/RootBeanDefinition.java
1663https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/ScopeNotActiveException.java
1664https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/SimpleAutowireCandidateResolver.java
1665https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/SimpleBeanDefinitionRegistry.java
1666https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/SimpleInstantiationStrategy.java
1667https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/support/StaticListableBeanFactory.java
1668https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/wiring/BeanConfigurerSupport.java
1669https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/wiring/BeanWiringInfo.java
1670https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/wiring/BeanWiringInfoResolver.java
1671https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/wiring/ClassNameBeanWiringInfoResolver.java
1672https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/wiring/package-info.java
1673https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/AbstractBeanDefinitionParser.java
1674https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/AbstractSimpleBeanDefinitionParser.java
1675https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/AbstractSingleBeanDefinitionParser.java
1676https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/BeanDefinitionDecorator.java
1677https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/BeanDefinitionDocumentReader.java
1678https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/BeanDefinitionParser.java
1679https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/BeanDefinitionParserDelegate.java
1680https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/BeansDtdResolver.java
1681https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/DefaultBeanDefinitionDocumentReader.java
1682https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/DefaultDocumentLoader.java
1683https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/DefaultNamespaceHandlerResolver.java
1684https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/DelegatingEntityResolver.java
1685https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/DocumentDefaultsDefinition.java
1686https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/DocumentLoader.java
1687https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/NamespaceHandler.java
1688https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/NamespaceHandlerResolver.java
1689https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/NamespaceHandlerSupport.java
1690https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/package-info.java
1691https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/ParserContext.java
1692https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/PluggableSchemaResolver.java
1693https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/ResourceEntityResolver.java
1694https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/SimpleConstructorNamespaceHandler.java
1695https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/SimplePropertyNamespaceHandler.java
1696https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/UtilNamespaceHandler.java
1697https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/XmlBeanDefinitionReader.java
1698https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/XmlBeanDefinitionStoreException.java
1699https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/xml/XmlReaderContext.java
1700https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/ByteArrayPropertyEditor.java
1701https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/CharacterEditor.java
1702https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/CharArrayPropertyEditor.java
1703https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/CharsetEditor.java
1704https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/ClassArrayEditor.java
1705https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/ClassEditor.java
1706https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/CurrencyEditor.java
1707https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/CustomBooleanEditor.java
1708https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/CustomCollectionEditor.java
1709https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/CustomDateEditor.java
1710https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/CustomMapEditor.java
1711https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/CustomNumberEditor.java
1712https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/FileEditor.java
1713https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/InputSourceEditor.java
1714https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/InputStreamEditor.java
1715https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/LocaleEditor.java
1716https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/package-info.java
1717https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/PathEditor.java
1718https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/PatternEditor.java
1719https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/PropertiesEditor.java
1720https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/ReaderEditor.java
1721https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/ResourceBundleEditor.java
1722https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/StringArrayPropertyEditor.java
1723https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/StringTrimmerEditor.java
1724https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/TimeZoneEditor.java
1725https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/URIEditor.java
1726https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/URLEditor.java
1727https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/UUIDEditor.java
1728https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/propertyeditors/ZoneIdEditor.java
1729https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/support/ArgumentConvertingMethodInvoker.java
1730https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/support/MutableSortDefinition.java
1731https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/support/package-info.java
1732https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/support/PagedListHolder.java
1733https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/support/PropertyComparator.java
1734https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/support/ResourceEditorRegistrar.java
1735https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/support/SortDefinition.java
1736https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/kotlin/org/springframework/beans/factory/BeanFactoryExtensions.kt
1737https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/kotlin/org/springframework/beans/factory/BeanRegistrarDsl.kt
1738https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/kotlin/org/springframework/beans/factory/ListableBeanFactoryExtensions.kt
1739https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/resources/META-INF/spring.handlers
1740https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/resources/META-INF/spring.schemas
1741https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/resources/META-INF/spring.tooling
1742https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/resources/META-INF/spring/aot.factories
1743https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/resources/org/springframework/beans/factory/xml/spring-beans.dtd
1744https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/resources/org/springframework/beans/factory/xml/spring-beans.gif
1745https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/resources/org/springframework/beans/factory/xml/spring-beans.xsd
1746https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/resources/org/springframework/beans/factory/xml/spring-tool.xsd
1747https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/resources/org/springframework/beans/factory/xml/spring-util.gif
1748https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/resources/org/springframework/beans/factory/xml/spring-util.xsd
1749https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/AbstractPropertyAccessorTests.java
1750https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/BeanUtilsRuntimeHintsTests.java
1751https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/BeanUtilsTests.java
1752https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/BeanWrapperAutoGrowingTests.java
1753https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/BeanWrapperEnumTests.java
1754https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/BeanWrapperGenericsTests.java
1755https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/BeanWrapperTests.java
1756https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/CachedIntrospectionResultsTests.java
1757https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/ConcurrentBeanWrapperTests.java
1758https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/DirectFieldAccessorTests.java
1759https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/ExtendedBeanInfoTests.java
1760https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/MutablePropertyValuesTests.java
1761https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/PropertyAccessorUtilsTests.java
1762https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/PropertyMatchesTests.java
1763https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/SimplePropertyDescriptorTests.java
1764https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/BeanFactoryLockingTests.java
1765https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/BeanFactoryUtilsTests.java
1766https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/CustomObjectProviderTests.java
1767https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/DefaultListableBeanFactoryTests.java
1768https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/FactoryBeanLookupTests.java
1769https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/FactoryBeanTests.java
1770https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/Spr5475Tests.java
1771https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/annotation/AnnotationBeanWiringInfoResolverTests.java
1772https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/annotation/AutowiredAnnotationBeanPostProcessorTests.java
1773https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/annotation/AutowiredAnnotationBeanRegistrationAotContributionTests.java
1774https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/annotation/CustomAutowireConfigurerTests.java
1775https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/annotation/InitDestroyAnnotationBeanPostProcessorTests.java
1776https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/annotation/InjectAnnotationBeanPostProcessorTests.java
1777https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/annotation/JakartaAnnotationsRuntimeHintsTests.java
1778https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/annotation/LookupAnnotationTests.java
1779https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/annotation/ParameterResolutionTests.java
1780https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/aot/AotServicesTests.java
1781https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/aot/AutowiredArgumentsCodeGeneratorTests.java
1782https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/aot/AutowiredFieldValueResolverTests.java
1783https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/aot/AutowiredMethodArgumentsResolverTests.java
1784https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/aot/BeanDefinitionMethodGeneratorFactoryTests.java
1785https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/aot/BeanDefinitionMethodGeneratorTests.java
1786https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/aot/BeanDefinitionPropertiesCodeGeneratorTests.java
1787https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/aot/BeanDefinitionPropertyValueCodeGeneratorDelegatesTests.java
1788https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/aot/BeanInstanceSupplierTests.java
1789https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/aot/BeanRegistrationAotContributionTests.java
1790https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/aot/BeanRegistrationsAotContributionTests.java
1791https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/aot/BeanRegistrationsAotProcessorTests.java
1792https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/aot/CodeWarningsTests.java
1793https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/aot/DefaultBeanRegistrationCodeFragmentsTests.java
1794https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/aot/InstanceSupplierCodeGeneratorTests.java
1795https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/aot/PackagePrivateTestBean.java
1796https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/aot/TestBeanConfiguration.java
1797https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/config/CustomEditorConfigurerTests.java
1798https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/config/CustomScopeConfigurerTests.java
1799https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/config/DeprecatedBeanWarnerTests.java
1800https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/config/FieldRetrievingFactoryBeanTests.java
1801https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/config/MethodInvokingFactoryBeanTests.java
1802https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/config/MyDeprecatedBean.java
1803https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/config/ObjectFactoryCreatingFactoryBeanTests.java
1804https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/config/PropertiesFactoryBeanTests.java
1805https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/config/PropertyPathFactoryBeanTests.java
1806https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/config/PropertyPlaceholderConfigurerTests.java
1807https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/config/PropertyResourceConfigurerTests.java
1808https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/config/ServiceLocatorFactoryBeanTests.java
1809https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/config/SimpleScopeTests.java
1810https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/config/TestTypes.java
1811https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/config/YamlMapFactoryBeanTests.java
1812https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/config/YamlProcessorTests.java
1813https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/config/YamlPropertiesFactoryBeanTests.java
1814https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/parsing/ConstructorArgumentEntryTests.java
1815https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/parsing/CustomProblemReporterTests.java
1816https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/parsing/FailFastProblemReporterTests.java
1817https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/parsing/NullSourceExtractorTests.java
1818https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/parsing/ParseStateTests.java
1819https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/parsing/PassThroughSourceExtractorTests.java
1820https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/parsing/PropertyEntryTests.java
1821https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/serviceloader/ServiceLoaderTests.java
1822https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/support/AutowireUtilsTests.java
1823https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/support/BeanDefinitionBuilderTests.java
1824https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/support/BeanDefinitionTests.java
1825https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/support/BeanDefinitionValueResolverTests.java
1826https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/support/BeanFactoryGenericsTests.java
1827https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/support/BeanFactorySupplierTests.java
1828https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/support/BeanRegistryAdapterTests.java
1829https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/support/CglibSubclassingInstantiationStrategyTests.java
1830https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/support/ConstructorResolverAotTests.java
1831https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/support/DefaultSingletonBeanRegistryTests.java
1832https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/support/DefinitionMetadataEqualsHashCodeTests.java
1833https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/support/InstanceSupplierTests.java
1834https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/support/LookupMethodTests.java
1835https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/support/ManagedListTests.java
1836https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/support/ManagedMapTests.java
1837https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/support/ManagedPropertiesTests.java
1838https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/support/ManagedSetTests.java
1839https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/support/PropertiesBeanDefinitionReaderTests.java
1840https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/support/QualifierAnnotationAutowireBeanFactoryTests.java
1841https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/support/RegisteredBeanTests.java
1842https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/support/RootBeanDefinitionTests.java
1843https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/support/SimpleInstantiationStrategyTests.java
1844https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/support/Spr8954Tests.java
1845https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/wiring/BeanConfigurerSupportTests.java
1846https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/wiring/BeanWiringInfoTests.java
1847https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/wiring/ClassNameBeanWiringInfoResolverTests.java
1848https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/AutowireWithExclusionTests.java
1849https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/BeanNameGenerationTests.java
1850https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/CollectionMergingTests.java
1851https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/CollectionsWithDefaultTypesTests.java
1852https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/ConstructorDependenciesBean.java
1853https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/CountingFactory.java
1854https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/DefaultLifecycleMethodsTests.java
1855https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/DelegatingEntityResolverTests.java
1856https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/DummyReferencer.java
1857https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/DuplicateBeanIdTests.java
1858https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/EventPublicationTests.java
1859https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/FactoryMethodTests.java
1860https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/GeneratedNameBean.java
1861https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/InstanceFactory.java
1862https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/MetadataAttachmentTests.java
1863https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/MixedCollectionBean.java
1864https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/NestedBeansElementAttributeRecursionTests.java
1865https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/NestedBeansElementTests.java
1866https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/ProfileXmlBeanDefinitionTests.java
1867https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/ProtectedLifecycleBean.java
1868https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/ResourceEntityResolverTests.java
1869https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/SchemaValidationTests.java
1870https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/SimpleConstructorNamespaceHandlerTests.java
1871https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/SimplePropertyNamespaceHandlerTests.java
1872https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/TestBeanCreator.java
1873https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/UtilNamespaceHandlerTests.java
1874https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/XmlBeanCollectionTests.java
1875https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/XmlBeanDefinitionReaderTests.java
1876https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/XmlListableBeanFactoryTests.java
1877https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/factory/xml/support/DefaultNamespaceHandlerResolverTests.java
1878https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/propertyeditors/BeanInfoTests.java
1879https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/propertyeditors/ByteArrayPropertyEditorTests.java
1880https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/propertyeditors/CharArrayPropertyEditorTests.java
1881https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/propertyeditors/CustomCollectionEditorTests.java
1882https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/propertyeditors/CustomEditorTests.java
1883https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/propertyeditors/FileEditorTests.java
1884https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/propertyeditors/InputStreamEditorTests.java
1885https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/propertyeditors/PathEditorTests.java
1886https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/propertyeditors/PropertiesEditorTests.java
1887https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/propertyeditors/ReaderEditorTests.java
1888https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/propertyeditors/ResourceBundleEditorTests.java
1889https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/propertyeditors/StringArrayPropertyEditorTests.java
1890https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/propertyeditors/URIEditorTests.java
1891https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/propertyeditors/URLEditorTests.java
1892https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/propertyeditors/ZoneIdEditorTests.java
1893https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/support/DerivedFromProtectedBaseBean.java
1894https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/support/PagedListHolderTests.java
1895https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/support/PropertyComparatorTests.java
1896https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/java/org/springframework/beans/support/ProtectedBaseBean.java
1897https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/kotlin/org/springframework/beans/BeanUtilsKotlinTests.kt
1898https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/kotlin/org/springframework/beans/factory/BeanFactoryExtensionsTests.kt
1899https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/kotlin/org/springframework/beans/factory/ListableBeanFactoryExtensionsTests.kt
1900https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/kotlin/org/springframework/beans/factory/annotation/AutowiredKotlinTests.kt
1901https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/kotlin/org/springframework/beans/factory/aot/InstanceSupplierCodeGeneratorKotlinTests.kt
1902https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/kotlin/org/springframework/beans/factory/support/ConstructorResolverKotlinTests.kt
1903https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/log4j2-test.xml
1904https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/BeanFactoryUtilsTests-dependentBeans.xml
1905https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/BeanFactoryUtilsTests-leaf.xml
1906https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/BeanFactoryUtilsTests-middle.xml
1907https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/BeanFactoryUtilsTests-root.xml
1908https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/FactoryBeanLookupTests-context.xml
1909https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/FactoryBeanTests-abstract.xml
1910https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/FactoryBeanTests-circular.xml
1911https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/FactoryBeanTests-returnsNull.xml
1912https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/FactoryBeanTests-withAutowiring.xml
1913https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/annotation/CustomAutowireConfigurerTests-context.xml
1914https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/aot/aot-services.factories
1915https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/config/FieldRetrievingFactoryBeanTests-context.xml
1916https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/config/ObjectFactoryCreatingFactoryBeanTests-context.xml
1917https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/config/PropertiesFactoryBeanTests-test.properties
1918https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/config/PropertiesFactoryBeanTests-test.properties.xml
1919https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/config/PropertyPathFactoryBeanTests-context.xml
1920https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/config/PropertyPlaceholderConfigurerTests.properties
1921https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/config/PropertyResourceConfigurerTests-test.properties
1922https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/config/PropertyResourceConfigurerTests-test.properties.xml
1923https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/config/SimpleScopeTests-context.xml
1924https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/generator/bean-registration-contribution-provider-constructor.factories
1925https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/parsing/CustomProblemReporterTests-context.xml
1926https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/support/genericBeanTests.xml
1927https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/support/lookupMethodTests.xml
1928https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/support/multiConstructorArgs.properties
1929https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/support/refConstructorArg.properties
1930https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/support/simpleConstructorArg.properties
1931https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/support/security/callbacks.xml
1932https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/support/security/policy.all
1933https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/autowire-constructor-with-exclusion.xml
1934https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/autowire-with-exclusion.xml
1935https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/autowire-with-inclusion.xml
1936https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/autowire-with-selective-inclusion.xml
1937https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/beanEvents.xml
1938https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/beanEventsImported.xml
1939https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/beanNameGeneration.xml
1940https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/collectionMerging.xml
1941https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/collections.xml
1942https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/collectionsWithDefaultTypes.xml
1943https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/defaultLifecycleMethods.xml
1944https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/DuplicateBeanIdTests-multiLevel-context.xml
1945https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/DuplicateBeanIdTests-sameLevel-context.xml
1946https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/factory-methods.xml
1947https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/ignoreDefaultLifecycleMethods.xml
1948https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/import.xml
1949https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/importPattern.xml
1950https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/invalidPerSchema.xml
1951https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/NestedBeansElementAttributeRecursionTests-autowire-candidates-context.xml
1952https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/NestedBeansElementAttributeRecursionTests-autowire-context.xml
1953https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/NestedBeansElementAttributeRecursionTests-init-destroy-context.xml
1954https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/NestedBeansElementAttributeRecursionTests-lazy-context.xml
1955https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/NestedBeansElementAttributeRecursionTests-merge-context.xml
1956https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/NestedBeansElementTests-context.xml
1957https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/ProfileXmlBeanDefinitionTests-customDefaultProfile.xml
1958https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/ProfileXmlBeanDefinitionTests-defaultAndDevProfile.xml
1959https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/ProfileXmlBeanDefinitionTests-defaultProfile.xml
1960https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/ProfileXmlBeanDefinitionTests-devProfile.xml
1961https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/ProfileXmlBeanDefinitionTests-multiProfile.xml
1962https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/ProfileXmlBeanDefinitionTests-multiProfileNegated.xml
1963https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/ProfileXmlBeanDefinitionTests-multiProfileNotDev.xml
1964https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/ProfileXmlBeanDefinitionTests-noProfile.xml
1965https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/ProfileXmlBeanDefinitionTests-notDevProfile.xml
1966https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/ProfileXmlBeanDefinitionTests-prodProfile.xml
1967https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/ProfileXmlBeanDefinitionTests-spaceDelimitedProfile.xml
1968https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/ProfileXmlBeanDefinitionTests-unknownProfile.xml
1969https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/schemaValidated.xml
1970https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/simpleConstructorNamespaceHandlerTests.xml
1971https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/simpleConstructorNamespaceHandlerTestsWithErrors.xml
1972https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/simplePropertyNamespaceHandlerTests.xml
1973https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/simplePropertyNamespaceHandlerTestsWithErrors.xml
1974https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/test.xml
1975https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/testUtilNamespace.xml
1976https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/util.properties
1977https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/validateWithDtd.xml
1978https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/validateWithXsd.xml
1979https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/factory/xml/withMeta.xml
1980https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/propertyeditors/ResourceBundleEditorTests.properties
1981https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/propertyeditors/ResourceBundleEditorTestsLangCountryDialect_en_GB_GLASGOW.properties
1982https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/propertyeditors/ResourceBundleEditorTestsLangCountry_en_GB.properties
1983https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/test/resources/org/springframework/beans/propertyeditors/ResourceBundleEditorTestsLang_en.properties
1984https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/factory/aot/TestBeanRegistrationsAotProcessor.java
1985https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/AgeHolder.java
1986https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/AnnotatedBean.java
1987https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/BooleanTestBean.java
1988https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/CollectingReaderEventListener.java
1989https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/Colour.java
1990https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/CountingTestBean.java
1991https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/CustomEnum.java
1992https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/DependenciesBean.java
1993https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/DerivedTestBean.java
1994https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/DummyBean.java
1995https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/Employee.java
1996https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/FactoryMethods.java
1997https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/GenericBean.java
1998https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/GenericIntegerBean.java
1999https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/GenericSetOfIntegerBean.java
2000https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/HasMap.java
2001https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/IndexedTestBean.java
2002https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/INestedTestBean.java
2003https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/IOther.java
2004https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/ITestBean.java
2005https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/LifecycleBean.java
2006https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/MustBeInitialized.java
2007https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/NestedTestBean.java
2008https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/NumberTestBean.java
2009https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/package-info.java
2010https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/PackageLevelVisibleBean.java
2011https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/Person.java
2012https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/Pet.java
2013https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/SerializablePerson.java
2014https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/SideEffectBean.java
2015https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/TestAnnotation.java
2016https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/TestBean.java
2017https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/TestBeanWithPackagePrivateConstructor.java
2018https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/TestBeanWithPackagePrivateField.java
2019https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/TestBeanWithPackagePrivateMethod.java
2020https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/TestBeanWithPrivateConstructor.java
2021https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/TestBeanWithPrivateMethod.java
2022https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/TestBeanWithPublicField.java
2023https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/DummyFactory.java
2024https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/StringFactoryBean.java
2025https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/annotation/DeprecatedInjectionSamples.java
2026https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/annotation/PackagePrivateFieldInjectionSample.java
2027https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/annotation/PackagePrivateMethodInjectionSample.java
2028https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/annotation/PrivateFieldInjectionSample.java
2029https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/annotation/PrivateMethodInjectionSample.java
2030https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/annotation/subpkg/PackagePrivateFieldInjectionFromParentSample.java
2031https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/annotation/subpkg/PackagePrivateMethodInjectionFromParentSample.java
2032https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/aot/CustomBean.java
2033https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/aot/CustomPropertyValue.java
2034https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/aot/DefaultSimpleBeanContract.java
2035https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/aot/DeferredTypeBuilder.java
2036https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/aot/GenericFactoryBean.java
2037https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/aot/InnerBeanConfiguration.java
2038https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/aot/MockBeanFactoryInitializationCode.java
2039https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/aot/MockBeanRegistrationCode.java
2040https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/aot/MockBeanRegistrationsCode.java
2041https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/aot/NumberFactoryBean.java
2042https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/aot/package-info.java
2043https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/aot/SimpleBean.java
2044https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/aot/SimpleBeanArrayFactoryBean.java
2045https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/aot/SimpleBeanConfiguration.java
2046https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/aot/SimpleBeanContract.java
2047https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/aot/SimpleBeanFactoryBean.java
2048https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/aot/TestHierarchy.java
2049https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/generator/BeanFactoryInitializer.java
2050https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/generator/InnerComponentConfiguration.java
2051https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/generator/SimpleConfiguration.java
2052https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/generator/deprecation/DeprecatedBean.java
2053https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/generator/deprecation/DeprecatedConstructor.java
2054https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/generator/deprecation/DeprecatedForRemovalBean.java
2055https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/generator/deprecation/DeprecatedForRemovalConstructor.java
2056https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/generator/deprecation/DeprecatedForRemovalMemberConfiguration.java
2057https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/generator/deprecation/DeprecatedMemberConfiguration.java
2058https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/generator/factory/NumberHolder.java
2059https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/generator/factory/NumberHolderFactoryBean.java
2060https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/generator/factory/SampleFactory.java
2061https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/generator/injection/InjectionComponent.java
2062https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/generator/lifecycle/Destroy.java
2063https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/generator/lifecycle/InferredDestroyBean.java
2064https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/generator/lifecycle/Init.java
2065https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/generator/lifecycle/InitDestroyBean.java
2066https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/generator/lifecycle/MultiInitDestroyBean.java
2067https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/generator/property/ConfigurableBean.java
2068https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/generator/visibility/ProtectedConstructorComponent.java
2069https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/factory/generator/visibility/ProtectedFactoryMethod.java
2070https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/beans/subpkg/DeepBean.java
2071https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/factory/xml/AbstractBeanFactoryTests.java
2072https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/java/org/springframework/beans/testfixture/factory/xml/AbstractListableBeanFactoryTests.java
2073https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/kotlin/org/springframework/beans/testfixture/beans/KotlinConfiguration.kt
2074https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/kotlin/org/springframework/beans/testfixture/beans/KotlinTestBean.kt
2075https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/kotlin/org/springframework/beans/testfixture/beans/KotlinTestBeanWithOptionalParameter.kt
2076https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/kotlin/org/springframework/beans/testfixture/beans/factory/generator/factory/KotlinFactory.kt
2077https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/testFixtures/resources/META-INF/spring/aot.factories
2078https://github.com/spring-projects/spring-framework/tree/main/spring-context/.springBeans
2079https://github.com/spring-projects/spring-framework/tree/main/spring-context/spring-context.gradle
2080https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/jmh/java/org/springframework/context/annotation/AnnotationProcessorBenchmark.java
2081https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/jmh/java/org/springframework/context/expression/ApplicationContextExpressionBenchmark.java
2082https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/Cache.java
2083https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/CacheManager.java
2084https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/package-info.java
2085https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/annotation/AbstractCachingConfiguration.java
2086https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/annotation/AnnotationCacheOperationSource.java
2087https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/annotation/Cacheable.java
2088https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/annotation/CacheAnnotationParser.java
2089https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/annotation/CacheConfig.java
2090https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/annotation/CacheEvict.java
2091https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/annotation/CachePut.java
2092https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/annotation/Caching.java
2093https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/annotation/CachingConfigurationSelector.java
2094https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/annotation/CachingConfigurer.java
2095https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/annotation/CachingConfigurerSupport.java
2096https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/annotation/EnableCaching.java
2097https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/annotation/package-info.java
2098https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/annotation/ProxyCachingConfiguration.java
2099https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/annotation/SpringCacheAnnotationParser.java
2100https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/concurrent/ConcurrentMapCache.java
2101https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/concurrent/ConcurrentMapCacheFactoryBean.java
2102https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/concurrent/ConcurrentMapCacheManager.java
2103https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/concurrent/package-info.java
2104https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/config/AnnotationDrivenCacheBeanDefinitionParser.java
2105https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/config/CacheAdviceParser.java
2106https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/config/CacheManagementConfigUtils.java
2107https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/config/CacheNamespaceHandler.java
2108https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/config/package-info.java
2109https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/AbstractCacheInvoker.java
2110https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/AbstractCacheResolver.java
2111https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/AbstractFallbackCacheOperationSource.java
2112https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/BasicOperation.java
2113https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/BeanFactoryCacheOperationSourceAdvisor.java
2114https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/CacheableOperation.java
2115https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/CacheAspectSupport.java
2116https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/CacheErrorHandler.java
2117https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/CacheEvaluationContext.java
2118https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/CacheEvaluationContextFactory.java
2119https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/CacheEvictOperation.java
2120https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/CacheExpressionRootObject.java
2121https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/CacheInterceptor.java
2122https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/CacheOperation.java
2123https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/CacheOperationExpressionEvaluator.java
2124https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/CacheOperationInvocationContext.java
2125https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/CacheOperationInvoker.java
2126https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/CacheOperationSource.java
2127https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/CacheOperationSourcePointcut.java
2128https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/CacheProxyFactoryBean.java
2129https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/CachePutOperation.java
2130https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/CacheResolver.java
2131https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/CompositeCacheOperationSource.java
2132https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/KeyGenerator.java
2133https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/LoggingCacheErrorHandler.java
2134https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/NamedCacheResolver.java
2135https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/NameMatchCacheOperationSource.java
2136https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/package-info.java
2137https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/SimpleCacheErrorHandler.java
2138https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/SimpleCacheResolver.java
2139https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/SimpleKey.java
2140https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/SimpleKeyGenerator.java
2141https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/interceptor/VariableNotAvailableException.java
2142https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/support/AbstractCacheManager.java
2143https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/support/AbstractValueAdaptingCache.java
2144https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/support/CompositeCacheManager.java
2145https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/support/NoOpCache.java
2146https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/support/NoOpCacheManager.java
2147https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/support/NullValue.java
2148https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/support/package-info.java
2149https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/support/SimpleCacheManager.java
2150https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/cache/support/SimpleValueWrapper.java
2151https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/ApplicationContext.java
2152https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/ApplicationContextAware.java
2153https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/ApplicationContextException.java
2154https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/ApplicationContextInitializer.java
2155https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/ApplicationEvent.java
2156https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/ApplicationEventPublisher.java
2157https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/ApplicationEventPublisherAware.java
2158https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/ApplicationListener.java
2159https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/ApplicationStartupAware.java
2160https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/ConfigurableApplicationContext.java
2161https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/EmbeddedValueResolverAware.java
2162https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/EnvironmentAware.java
2163https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/HierarchicalMessageSource.java
2164https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/Lifecycle.java
2165https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/LifecycleProcessor.java
2166https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/MessageSource.java
2167https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/MessageSourceAware.java
2168https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/MessageSourceResolvable.java
2169https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/NoSuchMessageException.java
2170https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/package-info.java
2171https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/PayloadApplicationEvent.java
2172https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/Phased.java
2173https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/ResourceLoaderAware.java
2174https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/SmartLifecycle.java
2175https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/AdviceMode.java
2176https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/AdviceModeImportSelector.java
2177https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/AnnotatedBeanDefinitionReader.java
2178https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/AnnotationBeanNameGenerator.java
2179https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/AnnotationConfigApplicationContext.java
2180https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/AnnotationConfigBeanDefinitionParser.java
2181https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/AnnotationConfigRegistry.java
2182https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/AnnotationConfigUtils.java
2183https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/AnnotationScopeMetadataResolver.java
2184https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/AspectJAutoProxyRegistrar.java
2185https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/AutoProxyRegistrar.java
2186https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/Bean.java
2187https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/BeanAnnotationHelper.java
2188https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/BeanMethod.java
2189https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ClassPathBeanDefinitionScanner.java
2190https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ClassPathScanningCandidateComponentProvider.java
2191https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/CommonAnnotationBeanPostProcessor.java
2192https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ComponentScan.java
2193https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ComponentScanAnnotationParser.java
2194https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ComponentScanBeanDefinitionParser.java
2195https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ComponentScans.java
2196https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/Condition.java
2197https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/Conditional.java
2198https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ConditionContext.java
2199https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ConditionEvaluator.java
2200https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/Configuration.java
2201https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ConfigurationBeanNameGenerator.java
2202https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ConfigurationClass.java
2203https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ConfigurationClassBeanDefinitionReader.java
2204https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ConfigurationClassEnhancer.java
2205https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ConfigurationClassParser.java
2206https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ConfigurationClassPostProcessor.java
2207https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ConfigurationClassUtils.java
2208https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ConfigurationCondition.java
2209https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ConfigurationMethod.java
2210https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ConflictingBeanDefinitionException.java
2211https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ContextAnnotationAutowireCandidateResolver.java
2212https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/DeferredImportSelector.java
2213https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/DependsOn.java
2214https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/Description.java
2215https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/EnableAspectJAutoProxy.java
2216https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/EnableLoadTimeWeaving.java
2217https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/EnableMBeanExport.java
2218https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/Fallback.java
2219https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/FilterType.java
2220https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/FullyQualifiedAnnotationBeanNameGenerator.java
2221https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/FullyQualifiedConfigurationBeanNameGenerator.java
2222https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/Import.java
2223https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ImportAware.java
2224https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ImportAwareAotBeanPostProcessor.java
2225https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ImportBeanDefinitionRegistrar.java
2226https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ImportRegistry.java
2227https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ImportResource.java
2228https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ImportRuntimeHints.java
2229https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ImportSelector.java
2230https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/Jsr330ScopeMetadataResolver.java
2231https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/Lazy.java
2232https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/LoadTimeWeavingConfiguration.java
2233https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/LoadTimeWeavingConfigurer.java
2234https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/MBeanExportConfiguration.java
2235https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/package-info.java
2236https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ParserStrategyUtils.java
2237https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/Primary.java
2238https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/Profile.java
2239https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ProfileCondition.java
2240https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/PropertySource.java
2241https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/PropertySourceRegistry.java
2242https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/PropertySources.java
2243https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/Proxyable.java
2244https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ProxyType.java
2245https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ReflectiveScan.java
2246https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ResourceElementResolver.java
2247https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/Role.java
2248https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ScannedGenericBeanDefinition.java
2249https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/Scope.java
2250https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ScopedProxyCreator.java
2251https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ScopedProxyMode.java
2252https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ScopeMetadata.java
2253https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/ScopeMetadataResolver.java
2254https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/annotation/TypeFilterUtils.java
2255https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/aot/AbstractAotProcessor.java
2256https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/aot/AotApplicationContextInitializer.java
2257https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/aot/ApplicationContextAotGenerator.java
2258https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/aot/ApplicationContextInitializationCodeGenerator.java
2259https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/aot/BeanFactoryInitializationAotContributions.java
2260https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/aot/CglibClassHandler.java
2261https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/aot/ContextAotProcessor.java
2262https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/aot/KotlinReflectionBeanRegistrationAotProcessor.java
2263https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/aot/package-info.java
2264https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/aot/ReflectiveProcessorAotContributionBuilder.java
2265https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/aot/ReflectiveProcessorBeanFactoryInitializationAotProcessor.java
2266https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/aot/RuntimeHintsBeanFactoryInitializationAotProcessor.java
2267https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/config/AbstractPropertyLoadingBeanDefinitionParser.java
2268https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/config/ContextNamespaceHandler.java
2269https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/config/LoadTimeWeaverBeanDefinitionParser.java
2270https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/config/MBeanExportBeanDefinitionParser.java
2271https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/config/MBeanServerBeanDefinitionParser.java
2272https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/config/package-info.java
2273https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/config/PropertyOverrideBeanDefinitionParser.java
2274https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/config/PropertyPlaceholderBeanDefinitionParser.java
2275https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/config/SpringConfiguredBeanDefinitionParser.java
2276https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/event/AbstractApplicationEventMulticaster.java
2277https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/event/ApplicationContextEvent.java
2278https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/event/ApplicationEventMulticaster.java
2279https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/event/ApplicationListenerMethodAdapter.java
2280https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/event/ContextClosedEvent.java
2281https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/event/ContextPausedEvent.java
2282https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/event/ContextRefreshedEvent.java
2283https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/event/ContextRestartedEvent.java
2284https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/event/ContextStartedEvent.java
2285https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/event/ContextStoppedEvent.java
2286https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/event/DefaultEventListenerFactory.java
2287https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/event/EventExpressionEvaluator.java
2288https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/event/EventExpressionRootObject.java
2289https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/event/EventListener.java
2290https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/event/EventListenerFactory.java
2291https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/event/EventListenerMethodProcessor.java
2292https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/event/EventPublicationInterceptor.java
2293https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/event/GenericApplicationListener.java
2294https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/event/GenericApplicationListenerAdapter.java
2295https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/event/GenericApplicationListenerDelegate.java
2296https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/event/package-info.java
2297https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/event/SimpleApplicationEventMulticaster.java
2298https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/event/SmartApplicationListener.java
2299https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/event/SourceFilteringListener.java
2300https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/expression/AnnotatedElementKey.java
2301https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/expression/BeanExpressionContextAccessor.java
2302https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/expression/BeanFactoryAccessor.java
2303https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/expression/BeanFactoryResolver.java
2304https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/expression/CachedExpressionEvaluator.java
2305https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/expression/EnvironmentAccessor.java
2306https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/expression/MapAccessor.java
2307https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/expression/MethodBasedEvaluationContext.java
2308https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/expression/package-info.java
2309https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/expression/StandardBeanExpressionResolver.java
2310https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/i18n/LocaleContext.java
2311https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/i18n/LocaleContextHolder.java
2312https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/i18n/LocaleContextThreadLocalAccessor.java
2313https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/i18n/package-info.java
2314https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/i18n/SimpleLocaleContext.java
2315https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/i18n/SimpleTimeZoneAwareLocaleContext.java
2316https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/i18n/TimeZoneAwareLocaleContext.java
2317https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/index/CandidateComponentsIndex.java
2318https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/index/CandidateComponentsIndexLoader.java
2319https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/index/package-info.java
2320https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/AbstractApplicationContext.java
2321https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/AbstractMessageSource.java
2322https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/AbstractRefreshableApplicationContext.java
2323https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/AbstractRefreshableConfigApplicationContext.java
2324https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/AbstractResourceBasedMessageSource.java
2325https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/AbstractXmlApplicationContext.java
2326https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/ApplicationContextAwareProcessor.java
2327https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/ApplicationListenerDetector.java
2328https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/ApplicationObjectSupport.java
2329https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/ClassPathXmlApplicationContext.java
2330https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/ContextTypeMatchClassLoader.java
2331https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/ConversionServiceFactoryBean.java
2332https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/DefaultLifecycleProcessor.java
2333https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/DefaultMessageSourceResolvable.java
2334https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/DelegatingMessageSource.java
2335https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/EmbeddedValueResolutionSupport.java
2336https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/FileSystemXmlApplicationContext.java
2337https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/GenericApplicationContext.java
2338https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/GenericGroovyApplicationContext.java
2339https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/GenericXmlApplicationContext.java
2340https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/MessageSourceAccessor.java
2341https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/MessageSourceResourceBundle.java
2342https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/MessageSourceSupport.java
2343https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/package-info.java
2344https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/PostProcessorRegistrationDelegate.java
2345https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/PropertySourcesPlaceholderConfigurer.java
2346https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/ReloadableResourceBundleMessageSource.java
2347https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/ResourceBundleMessageSource.java
2348https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/SimpleThreadScope.java
2349https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/StaticApplicationContext.java
2350https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/support/StaticMessageSource.java
2351https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/weaving/AspectJWeavingEnabler.java
2352https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/weaving/DefaultContextLoadTimeWeaver.java
2353https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/weaving/LoadTimeWeaverAware.java
2354https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/weaving/LoadTimeWeaverAwareProcessor.java
2355https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/context/weaving/package-info.java
2356https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/ejb/config/AbstractJndiLocatingBeanDefinitionParser.java
2357https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/ejb/config/JeeNamespaceHandler.java
2358https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/ejb/config/JndiLookupBeanDefinitionParser.java
2359https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/ejb/config/LocalStatelessSessionBeanDefinitionParser.java
2360https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/ejb/config/package-info.java
2361https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/ejb/config/RemoteStatelessSessionBeanDefinitionParser.java
2362https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/AnnotationFormatterFactory.java
2363https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/Formatter.java
2364https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/FormatterRegistrar.java
2365https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/FormatterRegistry.java
2366https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/package-info.java
2367https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/Parser.java
2368https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/Printer.java
2369https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/annotation/DateTimeFormat.java
2370https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/annotation/DurationFormat.java
2371https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/annotation/NumberFormat.java
2372https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/annotation/package-info.java
2373https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/datetime/DateFormatter.java
2374https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/datetime/DateFormatterRegistrar.java
2375https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/datetime/DateTimeFormatAnnotationFormatterFactory.java
2376https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/datetime/package-info.java
2377https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/datetime/standard/DateTimeContext.java
2378https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/datetime/standard/DateTimeContextHolder.java
2379https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/datetime/standard/DateTimeConverters.java
2380https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/datetime/standard/DateTimeFormatterFactory.java
2381https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/datetime/standard/DateTimeFormatterFactoryBean.java
2382https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/datetime/standard/DateTimeFormatterRegistrar.java
2383https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/datetime/standard/DateTimeFormatterUtils.java
2384https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/datetime/standard/DurationFormatAnnotationFormatterFactory.java
2385https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/datetime/standard/DurationFormatter.java
2386https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/datetime/standard/DurationFormatterUtils.java
2387https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/datetime/standard/InstantFormatter.java
2388https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/datetime/standard/Jsr310DateTimeFormatAnnotationFormatterFactory.java
2389https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/datetime/standard/MonthDayFormatter.java
2390https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/datetime/standard/MonthFormatter.java
2391https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/datetime/standard/package-info.java
2392https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/datetime/standard/PeriodFormatter.java
2393https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/datetime/standard/TemporalAccessorParser.java
2394https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/datetime/standard/TemporalAccessorPrinter.java
2395https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/datetime/standard/YearFormatter.java
2396https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/datetime/standard/YearMonthFormatter.java
2397https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/number/AbstractNumberFormatter.java
2398https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/number/CurrencyStyleFormatter.java
2399https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/number/NumberFormatAnnotationFormatterFactory.java
2400https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/number/NumberStyleFormatter.java
2401https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/number/package-info.java
2402https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/number/PercentStyleFormatter.java
2403https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/number/money/CurrencyUnitFormatter.java
2404https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/number/money/Jsr354NumberFormatAnnotationFormatterFactory.java
2405https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/number/money/MonetaryAmountFormatter.java
2406https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/number/money/package-info.java
2407https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/support/DefaultFormattingConversionService.java
2408https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/support/FormatterPropertyEditorAdapter.java
2409https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/support/FormattingConversionService.java
2410https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/support/FormattingConversionServiceFactoryBean.java
2411https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/support/FormattingConversionServiceRuntimeHints.java
2412https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/format/support/package-info.java
2413https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/instrument/classloading/InstrumentationLoadTimeWeaver.java
2414https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/instrument/classloading/LoadTimeWeaver.java
2415https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/instrument/classloading/package-info.java
2416https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/instrument/classloading/ReflectiveLoadTimeWeaver.java
2417https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/instrument/classloading/ResourceOverridingShadowingClassLoader.java
2418https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/instrument/classloading/ShadowingClassLoader.java
2419https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/instrument/classloading/SimpleInstrumentableClassLoader.java
2420https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/instrument/classloading/SimpleLoadTimeWeaver.java
2421https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/instrument/classloading/SimpleThrowawayClassLoader.java
2422https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/instrument/classloading/WeavingTransformer.java
2423https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/instrument/classloading/glassfish/GlassFishLoadTimeWeaver.java
2424https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/instrument/classloading/glassfish/package-info.java
2425https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/instrument/classloading/jboss/JBossLoadTimeWeaver.java
2426https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/instrument/classloading/jboss/package-info.java
2427https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/instrument/classloading/tomcat/package-info.java
2428https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/instrument/classloading/tomcat/TomcatLoadTimeWeaver.java
2429https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/JmxException.java
2430https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/MBeanServerNotFoundException.java
2431https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/package-info.java
2432https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/access/ConnectorDelegate.java
2433https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/access/InvalidInvocationException.java
2434https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/access/InvocationFailureException.java
2435https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/access/MBeanClientInterceptor.java
2436https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/access/MBeanConnectFailureException.java
2437https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/access/MBeanInfoRetrievalException.java
2438https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/access/MBeanProxyFactoryBean.java
2439https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/access/NotificationListenerRegistrar.java
2440https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/access/package-info.java
2441https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/MBeanExporter.java
2442https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/MBeanExporterListener.java
2443https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/MBeanExportException.java
2444https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/MBeanExportOperations.java
2445https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/NotificationListenerBean.java
2446https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/package-info.java
2447https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/SpringModelMBean.java
2448https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/UnableToRegisterMBeanException.java
2449https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/annotation/AnnotationJmxAttributeSource.java
2450https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/annotation/AnnotationMBeanExporter.java
2451https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/annotation/ManagedAttribute.java
2452https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/annotation/ManagedMetric.java
2453https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/annotation/ManagedNotification.java
2454https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/annotation/ManagedNotifications.java
2455https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/annotation/ManagedOperation.java
2456https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/annotation/ManagedOperationParameter.java
2457https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/annotation/ManagedOperationParameters.java
2458https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/annotation/ManagedResource.java
2459https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/annotation/package-info.java
2460https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/assembler/AbstractConfigurableMBeanInfoAssembler.java
2461https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/assembler/AbstractMBeanInfoAssembler.java
2462https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/assembler/AbstractReflectiveMBeanInfoAssembler.java
2463https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/assembler/AutodetectCapableMBeanInfoAssembler.java
2464https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/assembler/InterfaceBasedMBeanInfoAssembler.java
2465https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/assembler/MBeanInfoAssembler.java
2466https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/assembler/MetadataMBeanInfoAssembler.java
2467https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/assembler/MethodExclusionMBeanInfoAssembler.java
2468https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/assembler/MethodNameBasedMBeanInfoAssembler.java
2469https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/assembler/package-info.java
2470https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/assembler/SimpleReflectiveMBeanInfoAssembler.java
2471https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/metadata/AbstractJmxAttribute.java
2472https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/metadata/InvalidMetadataException.java
2473https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/metadata/JmxAttributeSource.java
2474https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/metadata/JmxMetadataUtils.java
2475https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/metadata/ManagedAttribute.java
2476https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/metadata/ManagedMetric.java
2477https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/metadata/ManagedNotification.java
2478https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/metadata/ManagedOperation.java
2479https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/metadata/ManagedOperationParameter.java
2480https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/metadata/ManagedResource.java
2481https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/metadata/package-info.java
2482https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/naming/IdentityNamingStrategy.java
2483https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/naming/KeyNamingStrategy.java
2484https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/naming/MetadataNamingStrategy.java
2485https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/naming/ObjectNamingStrategy.java
2486https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/naming/package-info.java
2487https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/naming/SelfNaming.java
2488https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/notification/ModelMBeanNotificationPublisher.java
2489https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/notification/NotificationPublisher.java
2490https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/notification/NotificationPublisherAware.java
2491https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/notification/package-info.java
2492https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/export/notification/UnableToSendNotificationException.java
2493https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/support/ConnectorServerFactoryBean.java
2494https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/support/JmxUtils.java
2495https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/support/MBeanRegistrationSupport.java
2496https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/support/MBeanServerConnectionFactoryBean.java
2497https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/support/MBeanServerFactoryBean.java
2498https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/support/MetricType.java
2499https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/support/NotificationListenerHolder.java
2500https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/support/ObjectNameManager.java
2501https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/support/package-info.java
2502https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jmx/support/RegistrationPolicy.java
2503https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jndi/JndiAccessor.java
2504https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jndi/JndiCallback.java
2505https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jndi/JndiLocatorDelegate.java
2506https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jndi/JndiLocatorSupport.java
2507https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jndi/JndiLookupFailureException.java
2508https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jndi/JndiObjectFactoryBean.java
2509https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jndi/JndiObjectLocator.java
2510https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jndi/JndiObjectTargetSource.java
2511https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jndi/JndiPropertySource.java
2512https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jndi/JndiTemplate.java
2513https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jndi/JndiTemplateEditor.java
2514https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jndi/package-info.java
2515https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jndi/TypeMismatchNamingException.java
2516https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jndi/support/package-info.java
2517https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/jndi/support/SimpleJndiBeanFactory.java
2518https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/resilience/annotation/ConcurrencyLimit.java
2519https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/resilience/annotation/ConcurrencyLimitBeanPostProcessor.java
2520https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/resilience/annotation/EnableResilientMethods.java
2521https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/resilience/annotation/package-info.java
2522https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/resilience/annotation/ResilientMethodsConfiguration.java
2523https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/resilience/annotation/Retryable.java
2524https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/resilience/annotation/RetryAnnotationBeanPostProcessor.java
2525https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/resilience/retry/AbstractRetryInterceptor.java
2526https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/resilience/retry/MethodRetryPredicate.java
2527https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/resilience/retry/MethodRetrySpec.java
2528https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/resilience/retry/package-info.java
2529https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/resilience/retry/SimpleRetryInterceptor.java
2530https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/package-info.java
2531https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/SchedulingAwareRunnable.java
2532https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/SchedulingException.java
2533https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/SchedulingTaskExecutor.java
2534https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/TaskScheduler.java
2535https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/Trigger.java
2536https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/TriggerContext.java
2537https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/annotation/AbstractAsyncConfiguration.java
2538https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/annotation/AnnotationAsyncExecutionInterceptor.java
2539https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/annotation/Async.java
2540https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/annotation/AsyncAnnotationAdvisor.java
2541https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/annotation/AsyncAnnotationBeanPostProcessor.java
2542https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/annotation/AsyncConfigurationSelector.java
2543https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/annotation/AsyncConfigurer.java
2544https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/annotation/AsyncConfigurerSupport.java
2545https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/annotation/AsyncResult.java
2546https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/annotation/EnableAsync.java
2547https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/annotation/EnableScheduling.java
2548https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/annotation/package-info.java
2549https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/annotation/ProxyAsyncConfiguration.java
2550https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/annotation/Scheduled.java
2551https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/annotation/ScheduledAnnotationBeanPostProcessor.java
2552https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/annotation/ScheduledAnnotationReactiveSupport.java
2553https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/annotation/Schedules.java
2554https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/annotation/SchedulingConfiguration.java
2555https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/annotation/SchedulingConfigurer.java
2556https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/concurrent/ConcurrentTaskExecutor.java
2557https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/concurrent/ConcurrentTaskScheduler.java
2558https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/concurrent/CustomizableThreadFactory.java
2559https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/concurrent/DefaultManagedAwareThreadFactory.java
2560https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/concurrent/DefaultManagedTaskExecutor.java
2561https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/concurrent/DefaultManagedTaskScheduler.java
2562https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/concurrent/DelegatingErrorHandlingCallable.java
2563https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/concurrent/ExecutorConfigurationSupport.java
2564https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/concurrent/ExecutorLifecycleDelegate.java
2565https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/concurrent/ForkJoinPoolFactoryBean.java
2566https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/concurrent/package-info.java
2567https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/concurrent/ReschedulingRunnable.java
2568https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/concurrent/ScheduledExecutorFactoryBean.java
2569https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/concurrent/ScheduledExecutorTask.java
2570https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/concurrent/SimpleAsyncTaskScheduler.java
2571https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/concurrent/ThreadPoolExecutorFactoryBean.java
2572https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/concurrent/ThreadPoolTaskExecutor.java
2573https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/concurrent/ThreadPoolTaskScheduler.java
2574https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/config/AnnotationDrivenBeanDefinitionParser.java
2575https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/config/ContextLifecycleScheduledTaskRegistrar.java
2576https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/config/CronTask.java
2577https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/config/DelayedTask.java
2578https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/config/ExecutorBeanDefinitionParser.java
2579https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/config/FixedDelayTask.java
2580https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/config/FixedRateTask.java
2581https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/config/IntervalTask.java
2582https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/config/OneTimeTask.java
2583https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/config/package-info.java
2584https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/config/ScheduledTask.java
2585https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/config/ScheduledTaskHolder.java
2586https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/config/ScheduledTaskRegistrar.java
2587https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/config/ScheduledTasksBeanDefinitionParser.java
2588https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/config/SchedulerBeanDefinitionParser.java
2589https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/config/Task.java
2590https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/config/TaskExecutionOutcome.java
2591https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/config/TaskExecutorFactoryBean.java
2592https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/config/TaskManagementConfigUtils.java
2593https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/config/TaskNamespaceHandler.java
2594https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/config/TaskSchedulerRouter.java
2595https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/config/TriggerTask.java
2596https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/support/BitsCronField.java
2597https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/support/CompositeCronField.java
2598https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/support/CronExpression.java
2599https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/support/CronField.java
2600https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/support/CronTrigger.java
2601https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/support/DefaultScheduledTaskObservationConvention.java
2602https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/support/DelegatingErrorHandlingRunnable.java
2603https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/support/MethodInvokingRunnable.java
2604https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/support/NoOpTaskScheduler.java
2605https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/support/package-info.java
2606https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/support/PeriodicTrigger.java
2607https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/support/QuartzCronField.java
2608https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/support/ScheduledMethodRunnable.java
2609https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/support/ScheduledTaskObservationContext.java
2610https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/support/ScheduledTaskObservationConvention.java
2611https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/support/ScheduledTaskObservationDocumentation.java
2612https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/support/SimpleTriggerContext.java
2613https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scheduling/support/TaskUtils.java
2614https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/package-info.java
2615https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/ScriptCompilationException.java
2616https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/ScriptEvaluator.java
2617https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/ScriptFactory.java
2618https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/ScriptSource.java
2619https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/bsh/BshScriptEvaluator.java
2620https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/bsh/BshScriptFactory.java
2621https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/bsh/BshScriptUtils.java
2622https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/bsh/package-info.java
2623https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/config/LangNamespaceHandler.java
2624https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/config/LangNamespaceUtils.java
2625https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/config/package-info.java
2626https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/config/ScriptBeanDefinitionParser.java
2627https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/config/ScriptingDefaultsParser.java
2628https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/groovy/GroovyObjectCustomizer.java
2629https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/groovy/GroovyScriptEvaluator.java
2630https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/groovy/GroovyScriptFactory.java
2631https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/groovy/package-info.java
2632https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/support/package-info.java
2633https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/support/RefreshableScriptTargetSource.java
2634https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/support/ResourceScriptSource.java
2635https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/support/ScriptFactoryPostProcessor.java
2636https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/support/StandardScriptEvalException.java
2637https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/support/StandardScriptEvaluator.java
2638https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/support/StandardScriptFactory.java
2639https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/support/StandardScriptUtils.java
2640https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/scripting/support/StaticScriptSource.java
2641https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/stereotype/Component.java
2642https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/stereotype/Controller.java
2643https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/stereotype/Indexed.java
2644https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/stereotype/package-info.java
2645https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/stereotype/Repository.java
2646https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/stereotype/Service.java
2647https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/ui/ConcurrentModel.java
2648https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/ui/ExtendedModelMap.java
2649https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/ui/Model.java
2650https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/ui/ModelMap.java
2651https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/ui/package-info.java
2652https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/AbstractBindingResult.java
2653https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/AbstractErrors.java
2654https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/AbstractPropertyBindingResult.java
2655https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/BeanPropertyBindingResult.java
2656https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/BindException.java
2657https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/BindingErrorProcessor.java
2658https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/BindingResult.java
2659https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/BindingResultUtils.java
2660https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/DataBinder.java
2661https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/DefaultBindingErrorProcessor.java
2662https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/DefaultMessageCodesResolver.java
2663https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/DirectFieldBindingResult.java
2664https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/Errors.java
2665https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/FieldError.java
2666https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/MapBindingResult.java
2667https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/MessageCodeFormatter.java
2668https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/MessageCodesResolver.java
2669https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/ObjectError.java
2670https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/package-info.java
2671https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/SimpleErrors.java
2672https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/SmartValidator.java
2673https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/TypedValidator.java
2674https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/ValidationUtils.java
2675https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/Validator.java
2676https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/annotation/package-info.java
2677https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/annotation/Validated.java
2678https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/annotation/ValidationAnnotationUtils.java
2679https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/beanvalidation/BeanValidationBeanRegistrationAotProcessor.java
2680https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/beanvalidation/BeanValidationPostProcessor.java
2681https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/beanvalidation/CustomValidatorBean.java
2682https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/beanvalidation/LocaleContextMessageInterpolator.java
2683https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/beanvalidation/LocalValidatorFactoryBean.java
2684https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/beanvalidation/MessageSourceResourceBundleLocator.java
2685https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/beanvalidation/MethodValidationAdapter.java
2686https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/beanvalidation/MethodValidationInterceptor.java
2687https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/beanvalidation/MethodValidationPostProcessor.java
2688https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/beanvalidation/OptionalValidatorFactoryBean.java
2689https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/beanvalidation/package-info.java
2690https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/beanvalidation/SpringConstraintValidatorFactory.java
2691https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/beanvalidation/SpringValidatorAdapter.java
2692https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/method/DefaultMethodValidationResult.java
2693https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/method/EmptyMethodValidationResult.java
2694https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/method/MethodValidationException.java
2695https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/method/MethodValidationResult.java
2696https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/method/MethodValidator.java
2697https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/method/package-info.java
2698https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/method/ParameterErrors.java
2699https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/method/ParameterValidationResult.java
2700https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/support/BindingAwareConcurrentModel.java
2701https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/support/BindingAwareModelMap.java
2702https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/java/org/springframework/validation/support/package-info.java
2703https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/kotlin/org/springframework/cache/CacheExtensions.kt
2704https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/kotlin/org/springframework/cache/CacheManagerExtensions.kt
2705https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/kotlin/org/springframework/context/annotation/AnnotationConfigApplicationContextExtensions.kt
2706https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/kotlin/org/springframework/context/support/BeanDefinitionDsl.kt
2707https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/kotlin/org/springframework/context/support/GenericApplicationContextExtensions.kt
2708https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/kotlin/org/springframework/ui/ModelExtensions.kt
2709https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/kotlin/org/springframework/ui/ModelMapExtensions.kt
2710https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/resources/META-INF/spring.handlers
2711https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/resources/META-INF/spring.schemas
2712https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/resources/META-INF/spring.tooling
2713https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/resources/META-INF/spring/aot.factories
2714https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/resources/org/springframework/cache/config/spring-cache.gif
2715https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/resources/org/springframework/cache/config/spring-cache.xsd
2716https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/resources/org/springframework/context/config/spring-context.gif
2717https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/resources/org/springframework/context/config/spring-context.xsd
2718https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/resources/org/springframework/ejb/config/spring-jee.gif
2719https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/resources/org/springframework/ejb/config/spring-jee.xsd
2720https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/resources/org/springframework/scheduling/config/spring-task.gif
2721https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/resources/org/springframework/scheduling/config/spring-task.xsd
2722https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/resources/org/springframework/scripting/config/spring-lang.gif
2723https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/main/resources/org/springframework/scripting/config/spring-lang.xsd
2724https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/gh24375/AnnotatedComponent.java
2725https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/gh24375/EnclosingAnnotation.java
2726https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/gh24375/NestedAnnotation.java
2727https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/indexed/IndexedJakartaNamedComponent.java
2728https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/profilescan/DevComponent.java
2729https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/profilescan/ProfileAnnotatedComponent.java
2730https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/profilescan/ProfileMetaAnnotatedComponent.java
2731https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/profilescan/SomeAbstractClass.java
2732https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/scannable/AutowiredQualifierFooService.java
2733https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/scannable/CustomAnnotations.java
2734https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/scannable/CustomAspectStereotype.java
2735https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/scannable/CustomComponent.java
2736https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/scannable/CustomStereotype.java
2737https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/scannable/DefaultNamedComponent.java
2738https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/scannable/FooDao.java
2739https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/scannable/FooService.java
2740https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/scannable/FooServiceImpl.java
2741https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/scannable/JakartaNamedComponent.java
2742https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/scannable/MessageBean.java
2743https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/scannable/NamedComponent.java
2744https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/scannable/NamedStubDao.java
2745https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/scannable/OtherFooService.java
2746https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/scannable/PackageMarker.java
2747https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/scannable/ScopedProxyTestBean.java
2748https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/scannable/ServiceInvocationCounter.java
2749https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/scannable/StubFooDao.java
2750https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/scannable/sub/BarComponent.java
2751https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/scannable_implicitbasepackage/ComponentScanAnnotatedConfigWithImplicitBasePackage.java
2752https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/scannable_implicitbasepackage/ConfigurableComponent.java
2753https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/scannable_implicitbasepackage/ScannedComponent.java
2754https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/scannable_scoped/CustomScopeAnnotationBean.java
2755https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/example/scannable_scoped/MyScope.java
2756https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/AdviceBindingTestAspect.java
2757https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/AfterAdviceBindingTests.java
2758https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/AfterReturningAdviceBindingTests.java
2759https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/AfterThrowingAdviceBindingTests.java
2760https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/AroundAdviceBindingTests.java
2761https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/AroundAdviceCircularTests.java
2762https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/AspectAndAdvicePrecedenceTests.java
2763https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/AspectJExpressionPointcutAdvisorTests.java
2764https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/BeanNamePointcutAtAspectTests.java
2765https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/BeanNamePointcutTests.java
2766https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/BeforeAdviceBindingTests.java
2767https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/Counter.java
2768https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/DeclarationOrderIndependenceTests.java
2769https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/DeclareParentsDelegateRefTests.java
2770https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/DeclareParentsTests.java
2771https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/ICounter.java
2772https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/ImplicitJPArgumentMatchingAtAspectJTests.java
2773https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/ImplicitJPArgumentMatchingTests.java
2774https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/OverloadedAdviceTests.java
2775https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/ProceedTests.java
2776https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/PropertyDependentAspectTests.java
2777https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/SharedPointcutWithArgsMismatchTests.java
2778https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/SubtypeSensitiveMatchingTests.java
2779https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/TargetPointcutSelectionTests.java
2780https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/ThisAndTargetSelectionOnlyPointcutsAtAspectJTests.java
2781https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/ThisAndTargetSelectionOnlyPointcutsTests.java
2782https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AnnotatedTestBean.java
2783https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AnnotatedTestBeanImpl.java
2784https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AnnotationBindingTestAspect.java
2785https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AnnotationBindingTests.java
2786https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AnnotationPointcutTests.java
2787https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AspectImplementingInterfaceTests.java
2788https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorAndLazyInitTargetSourceTests.java
2789https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorTests.java
2790https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AtAspectJAfterThrowingTests.java
2791https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AtAspectJAnnotationBindingTests.java
2792https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/TestAnnotation.java
2793https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/benchmark/BenchmarkTests.java
2794https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/spr3064/SPR3064Tests.java
2795https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/generic/AfterReturningGenericTypeMatchingTests.java
2796https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/generic/GenericBridgeMethodMatchingClassProxyTests.java
2797https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/generic/GenericBridgeMethodMatchingTests.java
2798https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/aspectj/generic/GenericParameterMatchingTests.java
2799https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/config/AopNamespaceHandlerAdviceTypeTests.java
2800https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/config/AopNamespaceHandlerArgNamesTests.java
2801https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/config/AopNamespaceHandlerProxyTargetClassTests.java
2802https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/config/AopNamespaceHandlerReturningTests.java
2803https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/config/AopNamespaceHandlerTests.java
2804https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/config/AopNamespaceHandlerThrowingTests.java
2805https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/config/MethodLocatingFactoryBeanTests.java
2806https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/config/PrototypeProxyTests.java
2807https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/framework/AbstractAopProxyTests.java
2808https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/framework/CglibProxyTests.java
2809https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/framework/ClassWithComplexConstructor.java
2810https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/framework/Dependency.java
2811https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/framework/Echo.java
2812https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/framework/IEcho.java
2813https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/framework/JdkDynamicProxyTests.java
2814https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/framework/ObjenesisProxyTests.java
2815https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/framework/ProxyFactoryBeanTests.java
2816https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/framework/adapter/AdvisorAdapterRegistrationTests.java
2817https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/framework/autoproxy/AdvisorAutoProxyCreatorTests.java
2818https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/framework/autoproxy/AutoProxyCreatorTests.java
2819https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/framework/autoproxy/BeanNameAutoProxyCreatorInitTests.java
2820https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/framework/autoproxy/BeanNameAutoProxyCreatorTests.java
2821https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/framework/autoproxy/DefaultAdvisorAutoProxyCreatorTests.java
2822https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/framework/autoproxy/PackageVisibleMethod.java
2823https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/scope/ScopedProxyTests.java
2824https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/aop/target/CommonsPool2TargetSourceTests.java
2825https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/beans/factory/annotation/BridgeMethodAutowiringTests.java
2826https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/beans/factory/support/InjectAnnotationAutowireContextTests.java
2827https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/beans/factory/support/QualifierAnnotationAutowireContextTests.java
2828https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/beans/factory/xml/LookupMethodWrappedByCglibProxyTests.java
2829https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/beans/factory/xml/QualifierAnnotationTests.java
2830https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/beans/factory/xml/SimplePropertyNamespaceHandlerWithExpressionLanguageTests.java
2831https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/beans/factory/xml/XmlBeanFactoryTests.java
2832https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/beans/factory/xml/XmlBeanFactoryTestTypes.java
2833https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/beans/factory/xml/support/CustomNamespaceHandlerTests.java
2834https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/cache/CacheReproTests.java
2835https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/cache/NoOpCacheManagerTests.java
2836https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/cache/annotation/AnnotationCacheOperationSourceTests.java
2837https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/cache/annotation/ReactiveCachingTests.java
2838https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/cache/concurrent/ConcurrentMapCacheManagerTests.java
2839https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/cache/concurrent/ConcurrentMapCacheTests.java
2840https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/cache/config/AnnotationDrivenCacheConfigTests.java
2841https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/cache/config/AnnotationNamespaceDrivenTests.java
2842https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/cache/config/CacheAdviceNamespaceTests.java
2843https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/cache/config/CacheAdviceParserTests.java
2844https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/cache/config/CustomInterceptorTests.java
2845https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/cache/config/EnableCachingIntegrationTests.java
2846https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/cache/config/EnableCachingTests.java
2847https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/cache/config/ExpressionCachingIntegrationTests.java
2848https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/cache/interceptor/CacheErrorHandlerTests.java
2849https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/cache/interceptor/CacheOperationExpressionEvaluatorTests.java
2850https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/cache/interceptor/CacheProxyFactoryBeanTests.java
2851https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/cache/interceptor/CachePutEvaluationTests.java
2852https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/cache/interceptor/CacheResolverCustomizationTests.java
2853https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/cache/interceptor/CacheSyncFailureTests.java
2854https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/cache/interceptor/LoggingCacheErrorHandlerTests.java
2855https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/cache/interceptor/SimpleKeyGeneratorTests.java
2856https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/LifecycleContextBean.java
2857https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/AbstractCircularImportDetectionTests.java
2858https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/AggressiveFactoryBeanInstantiationTests.java
2859https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/AnnotatedBeanDefinitionReaderTests.java
2860https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/AnnotationBeanNameGeneratorTests.java
2861https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/AnnotationConfigApplicationContextTests.java
2862https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/AnnotationScopeMetadataResolverTests.java
2863https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/AsmCircularImportDetectionTests.java
2864https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/AutoProxyLazyInitTests.java
2865https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/BackgroundBootstrapTests.java
2866https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/BeanAge.java
2867https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/BeanLiteModeTests.java
2868https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/BeanMethodMetadataTests.java
2869https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/BeanMethodPolymorphismTests.java
2870https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ClassPathBeanDefinitionScannerTests.java
2871https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ClassPathFactoryBeanDefinitionScannerTests.java
2872https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ClassPathScanningCandidateComponentProviderTests.java
2873https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/CommonAnnotationBeanPostProcessorTests.java
2874https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/CommonAnnotationBeanRegistrationAotContributionTests.java
2875https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ComponentScanAndImportAnnotationInteractionTests.java
2876https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ComponentScanAnnotationIntegrationTests.java
2877https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ComponentScanAnnotationRecursionTests.java
2878https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ComponentScanAnnotationTests.java
2879https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ComponentScanParserBeanDefinitionDefaultsTests.java
2880https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ComponentScanParserScopedProxyTests.java
2881https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ComponentScanParserTests.java
2882https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ComponentScanParserWithUserDefinedStrategiesTests.java
2883https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ConfigurationClassAndBeanMethodTests.java
2884https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ConfigurationClassAndBFPPTests.java
2885https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ConfigurationClassEnhancerTests.java
2886https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ConfigurationClassPostConstructAndAutowiringTests.java
2887https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ConfigurationClassPostProcessorAotContributionTests.java
2888https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ConfigurationClassPostProcessorTests.java
2889https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ConfigurationClassWithConditionTests.java
2890https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ConfigurationWithFactoryBeanAndAutowiringTests.java
2891https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ConfigurationWithFactoryBeanAndParametersTests.java
2892https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ConfigurationWithFactoryBeanEarlyDeductionTests.java
2893https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/DeferredImportSelectorTests.java
2894https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/DestroyMethodInferenceTests.java
2895https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/DoubleScanTests.java
2896https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/EnableAspectJAutoProxyTests.java
2897https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/EnableLoadTimeWeavingTests.java
2898https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/FactoryMethodResolutionTests.java
2899https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/FooServiceDependentConverter.java
2900https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/Gh23206Tests.java
2901https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/Gh29105Tests.java
2902https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/Gh32489Tests.java
2903https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ImportAwareAotBeanPostProcessorTests.java
2904https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ImportAwareTests.java
2905https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ImportBeanDefinitionRegistrarTests.java
2906https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ImportSelectorTests.java
2907https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ImportVersusDirectRegistrationTests.java
2908https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/InitDestroyMethodLifecycleTests.java
2909https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/InvalidConfigurationClassDefinitionTests.java
2910https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/LazyAutowiredAnnotationBeanPostProcessorTests.java
2911https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/MyTestBean.java
2912https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/NestedConfigurationClassTests.java
2913https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ParserStrategyUtilsTests.java
2914https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/PrimitiveBeanLookupAndAutowiringTests.java
2915https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/PropertySourceAnnotationTests.java
2916https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ReflectionUtilsIntegrationTests.java
2917https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ResourceElementResolverFieldTests.java
2918https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/ResourceElementResolverMethodTests.java
2919https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/RoleAndDescriptionAnnotationTests.java
2920https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/SimpleConfigTests.java
2921https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/SimpleScanTests.java
2922https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/Spr11202Tests.java
2923https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/Spr11310Tests.java
2924https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/Spr12278Tests.java
2925https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/Spr12636Tests.java
2926https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/Spr15042Tests.java
2927https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/Spr15275Tests.java
2928https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/Spr16179Tests.java
2929https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/Spr16217Tests.java
2930https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/Spr6602Tests.java
2931https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/Spr8954Tests.java
2932https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/TestBeanNameGenerator.java
2933https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/TestScopeMetadataResolver.java
2934https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/beanregistrar/BeanRegistrarConfigurationTests.java
2935https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/componentscan/cycle/left/LeftConfig.java
2936https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/componentscan/cycle/right/RightConfig.java
2937https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/componentscan/importing/ImportingConfig.java
2938https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/componentscan/level1/Level1Config.java
2939https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/componentscan/level2/Level2Config.java
2940https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/componentscan/level3/Level3Component.java
2941https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/componentscan/ordered/SiblingImportingConfigA.java
2942https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/componentscan/ordered/SiblingImportingConfigB.java
2943https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/componentscan/ordered/SiblingReversedImportingConfigA.java
2944https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/componentscan/ordered/SiblingReversedImportingConfigB.java
2945https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/componentscan/simple/ClassWithNestedComponents.java
2946https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/componentscan/simple/SimpleComponent.java
2947https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/AutowiredConfigurationTests.java
2948https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/BeanAnnotationAttributePropagationTests.java
2949https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/BeanMethodQualificationTests.java
2950https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/ConfigurationBeanNameTests.java
2951https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/ConfigurationClassAspectIntegrationTests.java
2952https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/ConfigurationClassProcessingTests.java
2953https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/ConfigurationClassWithPlaceholderConfigurerBeanTests.java
2954https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/ConfigurationMetaAnnotationTests.java
2955https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/ConfigurationPhasesKnownSuperclassesTests.java
2956https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/DuplicateConfigurationClassPostProcessorTests.java
2957https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/DuplicatePostProcessingTests.java
2958https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/ImportAnnotationDetectionTests.java
2959https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/ImportedConfigurationClassEnhancementTests.java
2960https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/ImportResourceTests.java
2961https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/ImportTests.java
2962https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/ImportWithConditionTests.java
2963https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/PackagePrivateBeanMethodInheritanceTests.java
2964https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/ScopingTests.java
2965https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/Spr10668Tests.java
2966https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/Spr10744Tests.java
2967https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/Spr12526Tests.java
2968https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/Spr7167Tests.java
2969https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/a/BaseConfig.java
2970https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/spr8955/Spr8955Parent.java
2971https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/spr8955/Spr8955Tests.java
2972https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/spr9031/Spr9031Tests.java
2973https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/configuration/spr9031/scanpackage/Spr9031Component.java
2974https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/jsr330/SpringAtInjectTckTests.java
2975https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/lifecyclemethods/InitDestroyBean.java
2976https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/lifecyclemethods/PackagePrivateInitDestroyBean.java
2977https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/role/ComponentWithoutRole.java
2978https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/role/ComponentWithRole.java
2979https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/spr10546/ImportedConfig.java
2980https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/spr10546/ParentConfig.java
2981https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/spr10546/ParentWithComponentScanConfig.java
2982https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/spr10546/ParentWithImportConfig.java
2983https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/spr10546/ParentWithImportResourceConfig.java
2984https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/spr10546/ParentWithParentConfig.java
2985https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/spr10546/Spr10546Tests.java
2986https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/spr10546/scanpackage/AEnclosingConfig.java
2987https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/spr12111/TestProfileBean.java
2988https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/spr12233/Spr12233Tests.java
2989https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/spr12334/Spr12334Tests.java
2990https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/spr16756/ScannedComponent.java
2991https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/spr16756/ScanningConfiguration.java
2992https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/spr16756/Spr16756Tests.java
2993https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/spr8761/Spr8761Tests.java
2994https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation/spr8808/Spr8808Tests.java
2995https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation2/NamedStubDao2.java
2996https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation3/StubFooDao.java
2997https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation4/DependencyBean.java
2998https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation4/FactoryMethodComponent.java
2999https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation4/SimpleBean.java
3000https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation5/MyRepository.java
3001https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation5/OtherFooDao.java
3002https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation6/ComponentForScanning.java
3003https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation6/ConfigForScanning.java
3004https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/annotation6/Jsr330NamedForScanning.java
3005https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/aot/AotApplicationContextInitializerTests.java
3006https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/aot/AotProcessorTests.java
3007https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/aot/ApplicationContextAotGeneratorTests.java
3008https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/aot/ApplicationContextInitializationCodeGeneratorTests.java
3009https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/aot/CglibClassHandlerTests.java
3010https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/aot/ContextAotProcessorTests.java
3011https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/aot/ReflectiveProcessorAotContributionBuilderTests.java
3012https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/aot/ReflectiveProcessorBeanFactoryInitializationAotProcessorTests.java
3013https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/aot/RuntimeHintsBeanFactoryInitializationAotProcessorTests.java
3014https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/aot/SampleJavaBean.java
3015https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/config/ContextNamespaceHandlerTests.java
3016https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/conversionservice/Bar.java
3017https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/conversionservice/ConversionServiceContextConfigTests.java
3018https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/conversionservice/StringToBarConverter.java
3019https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/conversionservice/TestClient.java
3020https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/event/AbstractApplicationEventListenerTests.java
3021https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/event/AnnotationDrivenEventListenerTests.java
3022https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/event/ApplicationContextEventTests.java
3023https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/event/ApplicationListenerMethodAdapterTests.java
3024https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/event/EventPublicationInterceptorTests.java
3025https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/event/GenericApplicationListenerAdapterTests.java
3026https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/event/GenericApplicationListenerTests.java
3027https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/event/LifecycleEventTests.java
3028https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/event/PayloadApplicationEventTests.java
3029https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/event/test/AbstractIdentifiable.java
3030https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/event/test/AnotherTestEvent.java
3031https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/event/test/EventCollector.java
3032https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/event/test/GenericEventPojo.java
3033https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/event/test/Identifiable.java
3034https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/event/test/IdentifiableApplicationEvent.java
3035https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/event/test/TestEvent.java
3036https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/event/test/self_inject/MyAspect.java
3037https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/event/test/self_inject/MyEvent.java
3038https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/event/test/self_inject/MyEventListener.java
3039https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/event/test/self_inject/MyEventPublisher.java
3040https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/expression/AnnotatedElementKeyTests.java
3041https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/expression/ApplicationContextExpressionTests.java
3042https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/expression/CachedExpressionEvaluatorTests.java
3043https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/expression/EnvironmentAccessorIntegrationTests.java
3044https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/expression/FactoryBeanAccessTests.java
3045https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/expression/MapAccessorTests.java
3046https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/expression/MethodBasedEvaluationContextTests.java
3047https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/generator/ApplicationContextAotGeneratorRuntimeHintsTests.java
3048https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/groovy/GroovyApplicationContextDynamicBeanPropertyTests.java
3049https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/groovy/GroovyApplicationContextTests.java
3050https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/groovy/GroovyBeanDefinitionReaderTests.java
3051https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/i18n/LocaleContextHolderTests.java
3052https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/i18n/LocaleContextThreadLocalAccessorTests.java
3053https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/index/CandidateComponentsIndexLoaderTests.java
3054https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/index/CandidateComponentsIndexTests.java
3055https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/ApplicationContextLifecycleTests.java
3056https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/Assembler.java
3057https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/AutowiredService.java
3058https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/BeanFactoryPostProcessorTests.java
3059https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/ClassPathXmlApplicationContextTests.java
3060https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/ConversionServiceFactoryBeanTests.java
3061https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/DefaultLifecycleProcessorTests.java
3062https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/EnvironmentIntegrationTests.java
3063https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/FactoryBeanAndApplicationListener.java
3064https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/GenericApplicationContextTests.java
3065https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/GenericXmlApplicationContextTests.java
3066https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/LifecycleTestBean.java
3067https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/Logic.java
3068https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/NoOpAdvice.java
3069https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/PropertyResourceConfigurerIntegrationTests.java
3070https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/PropertySourcesPlaceholderConfigurerTests.java
3071https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/ResourceBundleMessageSourceTests.java
3072https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/ResourceConverter.java
3073https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/SerializableBeanFactoryMemoryLeakTests.java
3074https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/Service.java
3075https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/SimpleThreadScopeTests.java
3076https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/Spr7283Tests.java
3077https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/Spr7816Tests.java
3078https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/StaticApplicationContextMulticasterTests.java
3079https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/StaticApplicationContextTests.java
3080https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/StaticMessageSourceTests.java
3081https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/TestIF.java
3082https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/context/support/TestProxyFactoryBean.java
3083https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/core/task/NoOpRunnable.java
3084https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/ejb/config/JeeNamespaceHandlerEventTests.java
3085https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/ejb/config/JeeNamespaceHandlerTests.java
3086https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/format/datetime/DateFormatterTests.java
3087https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/format/datetime/DateFormattingTests.java
3088https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/format/datetime/standard/DateTimeFormatterFactoryBeanTests.java
3089https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/format/datetime/standard/DateTimeFormatterFactoryTests.java
3090https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/format/datetime/standard/DateTimeFormattingTests.java
3091https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/format/datetime/standard/DurationFormatterUtilsTests.java
3092https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/format/datetime/standard/InstantFormatterTests.java
3093https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/format/number/CurrencyStyleFormatterTests.java
3094https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/format/number/NumberFormattingTests.java
3095https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/format/number/NumberStyleFormatterTests.java
3096https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/format/number/PercentStyleFormatterTests.java
3097https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/format/number/money/MoneyFormattingTests.java
3098https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/format/support/FormattingConversionServiceFactoryBeanTests.java
3099https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/format/support/FormattingConversionServiceRuntimeHintsTests.java
3100https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/format/support/FormattingConversionServiceTests.java
3101https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/instrument/classloading/InstrumentableClassLoaderTests.java
3102https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/instrument/classloading/ReflectiveLoadTimeWeaverTests.java
3103https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/instrument/classloading/ResourceOverridingShadowingClassLoaderTests.java
3104https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/AbstractJmxTests.java
3105https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/AbstractMBeanServerTests.java
3106https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/IJmxTestBean.java
3107https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/ITestBean.java
3108https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/JmxTestBean.java
3109https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/access/MBeanClientInterceptorTests.java
3110https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/access/RemoteMBeanClientInterceptorTests.java
3111https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/CustomDateEditorRegistrar.java
3112https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/CustomEditorConfigurerTests.java
3113https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/DateRange.java
3114https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/ExceptionOnInitBean.java
3115https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/LazyInitMBeanTests.java
3116https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/MBeanExporterOperationsTests.java
3117https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/MBeanExporterTests.java
3118https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/NotificationListenerTests.java
3119https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/NotificationPublisherTests.java
3120https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/PropertyPlaceholderConfigurerTests.java
3121https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/TestDynamicMBean.java
3122https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/annotation/AnnotationLazyInitMBeanTests.java
3123https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/annotation/AnnotationMetadataAssemblerTests.java
3124https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/annotation/AnnotationTestBean.java
3125https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/annotation/AnnotationTestBeanFactory.java
3126https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/annotation/AnnotationTestSubBean.java
3127https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/annotation/AnotherAnnotationTestBean.java
3128https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/annotation/AnotherAnnotationTestBeanImpl.java
3129https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/annotation/EnableMBeanExportConfigurationTests.java
3130https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/annotation/FactoryCreatedAnnotationTestBean.java
3131https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/annotation/IAnnotationTestBean.java
3132https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/annotation/JmxUtilsAnnotationTests.java
3133https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/assembler/AbstractJmxAssemblerTests.java
3134https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/assembler/AbstractMetadataAssemblerTests.java
3135https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/assembler/IAdditionalTestMethods.java
3136https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/assembler/ICustomBase.java
3137https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/assembler/ICustomJmxBean.java
3138https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/assembler/InterfaceBasedMBeanInfoAssemblerCustomTests.java
3139https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/assembler/InterfaceBasedMBeanInfoAssemblerMappedTests.java
3140https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/assembler/InterfaceBasedMBeanInfoAssemblerTests.java
3141https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/assembler/MethodExclusionMBeanInfoAssemblerComboTests.java
3142https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/assembler/MethodExclusionMBeanInfoAssemblerMappedTests.java
3143https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/assembler/MethodExclusionMBeanInfoAssemblerNotMappedTests.java
3144https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/assembler/MethodExclusionMBeanInfoAssemblerTests.java
3145https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/assembler/MethodNameBasedMBeanInfoAssemblerMappedTests.java
3146https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/assembler/MethodNameBasedMBeanInfoAssemblerTests.java
3147https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/assembler/ReflectiveAssemblerTests.java
3148https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/naming/AbstractNamingStrategyTests.java
3149https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/naming/IdentityNamingStrategyTests.java
3150https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/naming/KeyNamingStrategyTests.java
3151https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/naming/MetadataNamingStrategyTests.java
3152https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/naming/PropertiesFileNamingStrategyTests.java
3153https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/naming/PropertiesNamingStrategyTests.java
3154https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/export/notification/ModelMBeanNotificationPublisherTests.java
3155https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/support/ConnectorServerFactoryBeanTests.java
3156https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/support/JmxUtilsTests.java
3157https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/support/MBeanServerConnectionFactoryBeanTests.java
3158https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jmx/support/MBeanServerFactoryBeanTests.java
3159https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jndi/JndiObjectFactoryBeanTests.java
3160https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jndi/JndiPropertySourceTests.java
3161https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jndi/JndiTemplateEditorTests.java
3162https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/jndi/JndiTemplateTests.java
3163https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/mock/env/MockEnvironment.java
3164https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/resilience/ConcurrencyLimitTests.java
3165https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/resilience/ReactiveRetryInterceptorTests.java
3166https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/resilience/RetryInterceptorTests.java
3167https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/annotation/AnnotationAsyncExecutionInterceptorTests.java
3168https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/annotation/AsyncAnnotationBeanPostProcessorTests.java
3169https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/annotation/AsyncExecutionTests.java
3170https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/annotation/EnableAsyncTests.java
3171https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/annotation/EnableSchedulingTests.java
3172https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/annotation/ScheduledAnnotationBeanPostProcessorObservabilityTests.java
3173https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/annotation/ScheduledAnnotationBeanPostProcessorTests.java
3174https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/annotation/ScheduledAnnotationReactiveSupportTests.java
3175https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/annotation/TestableAsyncUncaughtExceptionHandler.java
3176https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/concurrent/AbstractSchedulingTaskExecutorTests.java
3177https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/concurrent/ConcurrentTaskExecutorTests.java
3178https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/concurrent/ConcurrentTaskSchedulerTests.java
3179https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/concurrent/CronTriggerExecutionTests.java
3180https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/concurrent/DecoratedThreadPoolTaskExecutorTests.java
3181https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/concurrent/DefaultManagedTaskSchedulerTests.java
3182https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/concurrent/ScheduledExecutorFactoryBeanTests.java
3183https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/concurrent/SimpleAsyncTaskSchedulerTests.java
3184https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/concurrent/ThreadPoolExecutorFactoryBeanTests.java
3185https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/concurrent/ThreadPoolTaskExecutorTests.java
3186https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/concurrent/ThreadPoolTaskSchedulerTests.java
3187https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/config/AnnotationDrivenBeanDefinitionParserTests.java
3188https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/config/ExecutorBeanDefinitionParserTests.java
3189https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/config/LazyScheduledTasksBeanDefinitionParserTests.java
3190https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/config/ScheduledTaskRegistrarTests.java
3191https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/config/ScheduledTasksBeanDefinitionParserTests.java
3192https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/config/ScheduledTaskTests.java
3193https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/config/SchedulerBeanDefinitionParserTests.java
3194https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/config/TaskExecutionOutcomeTests.java
3195https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/config/TaskTests.java
3196https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/support/BitsCronFieldTests.java
3197https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/support/CronExpressionTests.java
3198https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/support/CronTriggerTests.java
3199https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/support/DefaultScheduledTaskObservationConventionTests.java
3200https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/support/PeriodicTriggerTests.java
3201https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scheduling/support/QuartzCronFieldTests.java
3202https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/Calculator.java
3203https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/CallCounter.java
3204https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/ConfigurableMessenger.java
3205https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/ContextScriptBean.java
3206https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/Messenger.java
3207https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/MessengerScrambler.java
3208https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/ScriptBean.java
3209https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/TestBeanAwareMessenger.java
3210https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/bsh/BshScriptEvaluatorTests.java
3211https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/bsh/BshScriptFactoryTests.java
3212https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/config/ITestBean.java
3213https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/config/OtherTestBean.java
3214https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/config/ScriptingDefaultsTests.java
3215https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/groovy/ConcreteMessenger.java
3216https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/groovy/GroovyAspectIntegrationTests.java
3217https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/groovy/GroovyAspectTests.java
3218https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/groovy/GroovyClassLoadingTests.java
3219https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/groovy/GroovyScriptEvaluatorTests.java
3220https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/groovy/GroovyScriptFactoryTests.java
3221https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/groovy/Log.java
3222https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/groovy/LogUserAdvice.java
3223https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/groovy/MyBytecodeProcessor.java
3224https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/groovy/MyImportCustomizer.java
3225https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/groovy/TestException.java
3226https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/groovy/TestService.java
3227https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/groovy/TestServiceImpl.java
3228https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/support/RefreshableScriptTargetSourceTests.java
3229https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/support/ResourceScriptSourceTests.java
3230https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/support/ScriptFactoryPostProcessorTests.java
3231https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/support/StaticScriptSourceTests.java
3232https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/scripting/support/StubMessenger.java
3233https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/tests/sample/beans/BeanWithObjectProperty.java
3234https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/tests/sample/beans/FieldAccessBean.java
3235https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/tests/sample/beans/ResourceTestBean.java
3236https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/ui/ModelMapTests.java
3237https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/util/MBeanTestUtils.java
3238https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/validation/DataBinderConstructTests.java
3239https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/validation/DataBinderFieldAccessTests.java
3240https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/validation/DataBinderTests.java
3241https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/validation/DefaultMessageCodesResolverTests.java
3242https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/validation/ValidationUtilsTests.java
3243https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/validation/ValidatorTests.java
3244https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/validation/beanvalidation/BeanValidationBeanRegistrationAotProcessorTests.java
3245https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/validation/beanvalidation/BeanValidationMergedAnnotationsTests.java
3246https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/validation/beanvalidation/BeanValidationPostProcessorTests.java
3247https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/validation/beanvalidation/MethodValidationAdapterPropertyPathTests.java
3248https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/validation/beanvalidation/MethodValidationAdapterTests.java
3249https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/validation/beanvalidation/MethodValidationProxyReactorTests.java
3250https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/validation/beanvalidation/MethodValidationProxyTests.java
3251https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/validation/beanvalidation/SpringValidatorAdapterTests.java
3252https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/java/org/springframework/validation/beanvalidation/ValidatorFactoryTests.java
3253https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/kotlin/org/springframework/cache/CacheExtensionsTest.kt
3254https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/kotlin/org/springframework/cache/CacheManagerExtensionsTest.kt
3255https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/kotlin/org/springframework/cache/KotlinCacheReproTests.kt
3256https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/kotlin/org/springframework/cache/interceptor/KotlinSimpleKeyGeneratorTests.kt
3257https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/kotlin/org/springframework/context/annotation/AnnotationConfigApplicationContextExtensionsTests.kt
3258https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/kotlin/org/springframework/context/annotation/BeanRegistrarDslConfigurationTests.kt
3259https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/kotlin/org/springframework/context/annotation/ConfigurationClassKotlinTests.kt
3260https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/kotlin/org/springframework/context/annotation/Spr16022Tests.kt
3261https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/kotlin/org/springframework/context/aot/KotlinReflectionBeanRegistrationAotProcessorTests.kt
3262https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/kotlin/org/springframework/context/event/KotlinApplicationListenerMethodAdapterTests.kt
3263https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/kotlin/org/springframework/context/support/BeanDefinitionDslTests.kt
3264https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/kotlin/org/springframework/context/support/GenericApplicationContextExtensionsTests.kt
3265https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/kotlin/org/springframework/format/datetime/standard/DurationFormatterUtilsKotlinTests.kt
3266https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/kotlin/org/springframework/scheduling/annotation/AnnotationAsyncExecutionInterceptorKotlinTests.kt
3267https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/kotlin/org/springframework/scheduling/annotation/KotlinScheduledAnnotationReactiveSupportTests.kt
3268https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/kotlin/org/springframework/ui/ModelExtensionsTests.kt
3269https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/kotlin/org/springframework/ui/ModelMapExtensionsTests.kt
3270https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/kotlin/org/springframework/validation/beanvalidation/BeanValidationBeanRegistrationAotProcessorKotlinTests.kt
3271https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/kotlin/org/springframework/validation/beanvalidation/MethodValidationKotlinTests.kt
3272https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/do_not_delete_me.txt
3273https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/log4j2-test.xml
3274https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/example/scannable/spring.components
3275https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/AfterAdviceBindingTests.xml
3276https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/AfterReturningAdviceBindingTests.xml
3277https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/AfterThrowingAdviceBindingTests.xml
3278https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/AroundAdviceBindingTests.xml
3279https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/AroundAdviceCircularTests.xml
3280https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/AspectAndAdvicePrecedenceTests.xml
3281https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/AspectJExpressionPointcutAdvisorTests.xml
3282https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/BeanNamePointcutAtAspectTests.xml
3283https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/BeanNamePointcutTests.xml
3284https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/BeforeAdviceBindingTests.xml
3285https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/DeclarationOrderIndependenceTests.xml
3286https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/DeclareParentsDelegateRefTests.xml
3287https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/DeclareParentsTests.xml
3288https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/ImplicitJPArgumentMatchingAtAspectJTests.xml
3289https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/ImplicitJPArgumentMatchingTests.xml
3290https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/OverloadedAdviceTests-ambiguous.xml
3291https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/OverloadedAdviceTests.xml
3292https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/ProceedTests.xml
3293https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/PropertyDependentAspectTests-after.xml
3294https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/PropertyDependentAspectTests-atAspectJ-after.xml
3295https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/PropertyDependentAspectTests-atAspectJ-before.xml
3296https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/PropertyDependentAspectTests-before.xml
3297https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/SharedPointcutWithArgsMismatchTests.xml
3298https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/SubtypeSensitiveMatchingTests.xml
3299https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/TargetPointcutSelectionTests.xml
3300https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/ThisAndTargetSelectionOnlyPointcutsAtAspectJTests.xml
3301https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/ThisAndTargetSelectionOnlyPointcutsTests.xml
3302https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AnnotationBindingTests-context.xml
3303https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AnnotationPointcutTests-context.xml
3304https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AspectImplementingInterfaceTests-context.xml
3305https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorAndLazyInitTargetSourceTests-context.xml
3306https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorTests-aspects.xml
3307https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorTests-aspectsPlusAdvisor.xml
3308https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorTests-aspectsWithAbstractBean.xml
3309https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorTests-aspectsWithCGLIB.xml
3310https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorTests-aspectsWithOrdering.xml
3311https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorTests-pertarget.xml
3312https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorTests-perthis.xml
3313https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorTests-retryAspect.xml
3314https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorTests-twoAdviceAspect.xml
3315https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorTests-twoAdviceAspectPrototype.xml
3316https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorTests-twoAdviceAspectSingleton.xml
3317https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorTests-usesInclude.xml
3318https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorTests-usesJoinPointAspect.xml
3319https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorTests-withBeanNameAutoProxyCreator.xml
3320https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AtAspectJAfterThrowingTests-context.xml
3321https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AtAspectJAnnotationBindingTests-context.xml
3322https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/benchmark/BenchmarkTests-aspectj.xml
3323https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/benchmark/BenchmarkTests-springAop.xml
3324https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/spr3064/SPR3064Tests.xml
3325https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/generic/AfterReturningGenericTypeMatchingTests-context.xml
3326https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/generic/GenericBridgeMethodMatchingClassProxyTests-context.xml
3327https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/generic/GenericBridgeMethodMatchingTests-context.xml
3328https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/aspectj/generic/GenericParameterMatchingTests-context.xml
3329https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerAdviceTypeTests-error.xml
3330https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerAdviceTypeTests-ok.xml
3331https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerArgNamesTests-error.xml
3332https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerArgNamesTests-ok.xml
3333https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerProxyTargetClassTests-context.xml
3334https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerReturningTests-error.xml
3335https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerReturningTests-ok.xml
3336https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerTests-context.xml
3337https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerThrowingTests-error.xml
3338https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerThrowingTests-ok.xml
3339https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/config/PrototypeProxyTests-context.xml
3340https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/framework/CglibProxyTests-with-dependency-checking.xml
3341https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/framework/ObjenesisProxyTests-context.xml
3342https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/framework/ProxyFactoryBeanTests-autowiring.xml
3343https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/framework/ProxyFactoryBeanTests-context.xml
3344https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/framework/ProxyFactoryBeanTests-double-targetsource.xml
3345https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/framework/ProxyFactoryBeanTests-frozen.xml
3346https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/framework/ProxyFactoryBeanTests-inner-bean-target.xml
3347https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/framework/ProxyFactoryBeanTests-invalid.xml
3348https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/framework/ProxyFactoryBeanTests-notlast-targetsource.xml
3349https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/framework/ProxyFactoryBeanTests-prototype.xml
3350https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/framework/ProxyFactoryBeanTests-serialization.xml
3351https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/framework/ProxyFactoryBeanTests-targetsource.xml
3352https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/framework/ProxyFactoryBeanTests-throws-advice.xml
3353https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/framework/adapter/AdvisorAdapterRegistrationTests-with-bpp.xml
3354https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/framework/adapter/AdvisorAdapterRegistrationTests-without-bpp.xml
3355https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/framework/autoproxy/AdvisorAutoProxyCreatorTests-common-interceptors.xml
3356https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/framework/autoproxy/AdvisorAutoProxyCreatorTests-custom-targetsource.xml
3357https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/framework/autoproxy/AdvisorAutoProxyCreatorTests-optimized.xml
3358https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/framework/autoproxy/AdvisorAutoProxyCreatorTests-quick-targetsource.xml
3359https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/framework/autoproxy/BeanNameAutoProxyCreatorInitTests-context.xml
3360https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/framework/autoproxy/BeanNameAutoProxyCreatorTests-context.xml
3361https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/scope/ScopedProxyTests-list.xml
3362https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/scope/ScopedProxyTests-map.xml
3363https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/scope/ScopedProxyTests-override.xml
3364https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/scope/ScopedProxyTests-testbean.xml
3365https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/aop/target/CommonsPool2TargetSourceTests-context.xml
3366https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/LookupMethodWrappedByCglibProxyTests-context.xml
3367https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/QualifierAnnotationTests-context.xml
3368https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/simplePropertyNamespaceHandlerWithExpressionLanguageTests.xml
3369https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/test.properties
3370https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-autowire.xml
3371https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-child.xml
3372https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-classNotFound.xml
3373https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-collections.xml
3374https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-complexFactoryCircle.xml
3375https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-constructorArg.xml
3376https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-constructorOverrides.xml
3377https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-defaultAutowire.xml
3378https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-defaultLazyInit.xml
3379https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-delegationOverrides.xml
3380https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-depCarg.xml
3381https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-depCargAutowire.xml
3382https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-depCargInner.xml
3383https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-depDependsOn.xml
3384https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-depDependsOnInner.xml
3385https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-depMaterializeThis.xml
3386https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-depProp.xml
3387https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-depPropAutowireByName.xml
3388https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-depPropAutowireByType.xml
3389https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-depPropInner.xml
3390https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-depPropInTheMiddle.xml
3391https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-factoryCircle.xml
3392https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-initializers.xml
3393https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-invalid.xml
3394https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-invalidOverridesNoSuchMethod.xml
3395https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-localCollectionsUsingXsd.xml
3396https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-noSuchFactoryMethod.xml
3397https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-overrides.xml
3398https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-parent.xml
3399https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-recursiveImport.xml
3400https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-reftypes.xml
3401https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-resource.xml
3402https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-resourceImport.xml
3403https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-testWithDuplicateNameInAlias.xml
3404https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/XmlBeanFactoryTests-testWithDuplicateNames.xml
3405https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/support/CustomNamespaceHandlerTests-context.xml
3406https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/support/CustomNamespaceHandlerTests.properties
3407https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/beans/factory/xml/support/CustomNamespaceHandlerTests.xsd
3408https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/cache/config/annotationDrivenCacheConfig.xml
3409https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/cache/config/annotationDrivenCacheNamespace-manager-resolver.xml
3410https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/cache/config/annotationDrivenCacheNamespace-resolver.xml
3411https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/cache/config/annotationDrivenCacheNamespace.xml
3412https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/cache/config/cache-advice-invalid.xml
3413https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/cache/config/cache-advice.xml
3414https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/access/ContextJndiBeanFactoryLocatorTests-collections.xml
3415https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/access/ContextJndiBeanFactoryLocatorTests-parent.xml
3416https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/access/ContextSingletonBeanFactoryLocatorTests-context.xml
3417https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/aspectjTypeFilterTests.xml
3418https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/aspectjTypeFilterTestsWithPlaceholders.xml
3419https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/componentScanRespectsProfileAnnotationTests.xml
3420https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/componentScanWithAutowiredQualifierTests.xml
3421https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/customAnnotationUsedForBothComponentScanAndQualifierTests.xml
3422https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/customNameGeneratorTests.xml
3423https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/customScopeResolverTests.xml
3424https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/customTypeFilterTests.xml
3425https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/defaultAutowireByNameTests.xml
3426https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/defaultAutowireByTypeTests.xml
3427https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/defaultAutowireConstructorTests.xml
3428https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/defaultAutowireNoTests.xml
3429https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/defaultInitAndDestroyMethodsTests.xml
3430https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/defaultLazyInitFalseTests.xml
3431https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/defaultLazyInitTrueTests.xml
3432https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/defaultNonExistingInitAndDestroyMethodsTests.xml
3433https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/defaultWithNoOverridesTests.xml
3434https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/DestroyMethodInferenceTests-context.xml
3435https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/doubleScanTests.xml
3436https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/EnableLoadTimeWeavingTests-context.xml
3437https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/invalidClassNameScopeResolverTests.xml
3438https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/invalidConstructorNameGeneratorTests.xml
3439https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/matchingResourcePatternTests.xml
3440https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/multipleConstructors.xml
3441https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/nonMatchingResourcePatternTests.xml
3442https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/p1.properties
3443https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/p2.properties
3444https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/p3.properties
3445https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/p4.properties
3446https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/p5.properties
3447https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/scopedProxyDefaultTests.xml
3448https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/scopedProxyInterfacesTests.xml
3449https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/scopedProxyInvalidConfigTests.xml
3450https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/scopedProxyNoTests.xml
3451https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/scopedProxyTargetClassTests.xml
3452https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/simpleConfigTests.xml
3453https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/simpleScanTests.xml
3454https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/Spr6602Tests-context.xml
3455https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/configuration/annotation-config.xml
3456https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/configuration/aspectj-autoproxy-config.xml
3457https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/configuration/AutowiredConfigurationTests-custom.properties
3458https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/configuration/AutowiredConfigurationTests-custom.xml
3459https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/configuration/AutowiredConfigurationTests.xml
3460https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/configuration/ImportNonXmlResourceConfig.properties
3461https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/configuration/ImportXmlConfig-context.xml
3462https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/configuration/ImportXmlWithAopNamespace-context.xml
3463https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/configuration/ImportXmlWithConfigurationClass-context.xml
3464https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/configuration/SecondLevelSubConfig-context.xml
3465https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/configuration/ValueInjectionTests.xml
3466https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/annotation/spr10546/importedResource.xml
3467https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/aot/applicationContextAotGeneratorTests-references.xml
3468https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/aot/applicationContextAotGeneratorTests-values-expressions.xml
3469https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/aot/applicationContextAotGeneratorTests-values-types.xml
3470https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/aot/applicationContextAotGeneratorTests-values.xml
3471https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/aot/test-duplicated-runtime-hints-aot.factories
3472https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/aot/test-runtime-hints-aot.factories
3473https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/config/contextNamespaceHandlerTests-location-placeholder.xml
3474https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/config/contextNamespaceHandlerTests-location.xml
3475https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/config/contextNamespaceHandlerTests-override.xml
3476https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/config/contextNamespaceHandlerTests-replace-ignore.xml
3477https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/config/contextNamespaceHandlerTests-replace.xml
3478https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/config/contextNamespaceHandlerTests-simple.xml
3479https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/config/contextNamespaceHandlerTests-system.xml
3480https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/config/empty-foo.properties
3481https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/config/test-bar.properties
3482https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/config/test-foo.properties
3483https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/conversionservice/conversionService.xml
3484https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/event/simple-event-configuration.xml
3485https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/groovy/applicationContext-error.groovy
3486https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/groovy/applicationContext.groovy
3487https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/groovy/applicationContext2.groovy
3488https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/groovy/test.xml
3489https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/index/empty-spring.components
3490https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/index/spring.components
3491https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/aliasForParent.xml
3492https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/aliasThatOverridesParent.xml
3493https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/childWithProxy.xml
3494https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/ClassPathXmlApplicationContextTests-resource.xml
3495https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/ClassPathXmlApplicationContextTests-resourceImport.xml
3496https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/classWithPlaceholder.xml
3497https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/conversionService.xml
3498https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/conversionServiceWithResourceOverriding.xml
3499https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/GenericXmlApplicationContextTests-context.xml
3500https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/invalidClass.xml
3501https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/invalidValueType.xml
3502https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/lifecycleTests.xml
3503https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/messages.custom
3504https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/messages.properties
3505https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/messages_de.custom
3506https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/messages_de.properties
3507https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/messages_de_AT.properties
3508https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/messages_de_AT_oo.properties
3509https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/messages_de_DE.xml
3510https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/more-messages.properties
3511https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/override.properties
3512https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/placeholder.properties
3513https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/PropertySourcesPlaceholderConfigurerTests.properties
3514https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/simpleContext.xml
3515https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/simpleThreadScopeTests.xml
3516https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/spr7283.xml
3517https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/spr7816.xml
3518https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/test.properties
3519https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/testBeans.properties
3520https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/test/aliased-contextC.xml
3521https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/test/contextA.xml
3522https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/test/contextB.xml
3523https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/test/contextC.xml
3524https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/test/import1.xml
3525https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/context/support/test/subtest/import2.xml
3526https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/ejb/config/jeeNamespaceHandlerTests.xml
3527https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/instrument/classloading/testResource.xml
3528https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/applicationContext.xml
3529https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/autodetectLazyMBeans.xml
3530https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/autodetectMBeans.xml
3531https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/autodetectNoMBeans.xml
3532https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/customConfigurer.xml
3533https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/excludedBeans.xml
3534https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/lazyInit.xml
3535https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/notificationPublisherLazyTests.xml
3536https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/notificationPublisherTests.xml
3537https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/propertyPlaceholderConfigurer.xml
3538https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/annotation/annotations.xml
3539https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/annotation/componentScan.xml
3540https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/annotation/lazyAssembling.xml
3541https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/annotation/lazyNaming.xml
3542https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/assembler/interfaceAssembler.xml
3543https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/assembler/interfaceAssemblerCustom.xml
3544https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/assembler/interfaceAssemblerMapped.xml
3545https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/assembler/metadata-autodetect.xml
3546https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/assembler/metadataAssembler.xml
3547https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/assembler/methodExclusionAssembler.xml
3548https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/assembler/methodExclusionAssemblerCombo.xml
3549https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/assembler/methodExclusionAssemblerMapped.xml
3550https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/assembler/methodExclusionAssemblerNotMapped.xml
3551https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/assembler/methodNameAssembler.xml
3552https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/assembler/methodNameAssemblerMapped.xml
3553https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/assembler/reflectiveAssembler.xml
3554https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/jmx/export/naming/jmx-names.properties
3555https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scheduling/annotation/taskNamespaceTests.xml
3556https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scheduling/config/annotationDrivenContext.xml
3557https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scheduling/config/executorContext.xml
3558https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scheduling/config/lazyScheduledTasksContext.xml
3559https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scheduling/config/scheduledTasksContext.xml
3560https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scheduling/config/schedulerContext.xml
3561https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/bsh/Broken.bsh
3562https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/bsh/bsh-with-xsd.xml
3563https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/bsh/bshBrokenContext.xml
3564https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/bsh/bshContext.xml
3565https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/bsh/bshRefreshableContext.xml
3566https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/bsh/Calculator.bsh
3567https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/bsh/Messenger.bsh
3568https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/bsh/MessengerImpl.bsh
3569https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/bsh/MessengerInstance.bsh
3570https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/bsh/simple.bsh
3571https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/config/scriptingDefaultsProxyTargetClassTests.xml
3572https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/config/scriptingDefaultsTests.xml
3573https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/config/TestBean.groovy
3574https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/Broken.groovyb
3575https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/Calculator.groovy
3576https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/calculators-with-xsd.xml
3577https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/calculators.xml
3578https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/CallCounter.groovy
3579https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/DelegatingCalculator.groovy
3580https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/groovy-multiple-properties.xml
3581https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/groovy-with-xsd-jsr223.xml
3582https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/groovy-with-xsd-proxy-target-class.xml
3583https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/groovy-with-xsd.xml
3584https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/GroovyAspectIntegrationTests-groovy-dynamic-context.xml
3585https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/GroovyAspectIntegrationTests-groovy-interface-context.xml
3586https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/GroovyAspectIntegrationTests-groovy-proxy-target-class-context.xml
3587https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/GroovyAspectIntegrationTests-java-context.xml
3588https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/groovyBrokenContext.xml
3589https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/groovyContext.xml
3590https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/groovyContextWithJsr223.xml
3591https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/groovyRefreshableContext.xml
3592https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/GroovyServiceImpl.grv
3593https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/lwspBadGroovyContext.xml
3594https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/Messenger.groovy
3595https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/MessengerInstance.groovy
3596https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/ScriptBean.groovy
3597https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/simple.groovy
3598https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/TestFactoryBean.groovy
3599https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/twoClassesCorrectOneFirst.xml
3600https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/groovy/twoClassesWrongOneFirst.xml
3601https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/scripting/support/groovyReferences.xml
3602https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/validation/messages1.properties
3603https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/validation/messages2.properties
3604https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/test/resources/org/springframework/validation/messages3.properties
3605https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/AbstractApplicationContextTests.java
3606https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/SimpleMapScope.java
3607https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/beans/ACATester.java
3608https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/beans/BeanThatBroadcasts.java
3609https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/beans/BeanThatListens.java
3610https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/beans/TestApplicationListener.java
3611https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/beans/factory/GenericBeanRegistrar.java
3612https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/beans/factory/ImportAwareBeanRegistrar.java
3613https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/beans/factory/SampleBeanRegistrar.java
3614https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/cache/AbstractCacheAnnotationTests.java
3615https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/cache/AbstractCacheTests.java
3616https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/cache/AbstractValueAdaptingCacheTests.java
3617https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/cache/CacheTestUtils.java
3618https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/cache/SomeCustomKeyGenerator.java
3619https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/cache/SomeKeyGenerator.java
3620https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/cache/beans/AnnotatedClassCacheableService.java
3621https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/cache/beans/CacheableService.java
3622https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/cache/beans/DefaultCacheableService.java
3623https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/cache/beans/TestEntity.java
3624https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/AutowiredCglibConfiguration.java
3625https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/AutowiredComponent.java
3626https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/AutowiredGenericTemplate.java
3627https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/AutowiredMixedCglibConfiguration.java
3628https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/CglibConfiguration.java
3629https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/ConfigurableCglibConfiguration.java
3630https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/GenericTemplate.java
3631https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/GenericTemplateConfiguration.java
3632https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/ImportAwareConfiguration.java
3633https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/ImportConfiguration.java
3634https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/InitDestroyComponent.java
3635https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/InjectionPointConfiguration.java
3636https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/LambdaBeanConfiguration.java
3637https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/LazyAutowiredFieldComponent.java
3638https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/LazyAutowiredMethodComponent.java
3639https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/LazyConstructorArgumentComponent.java
3640https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/LazyFactoryMethodArgumentComponent.java
3641https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/LazyResourceFieldComponent.java
3642https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/LazyResourceMethodComponent.java
3643https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/LookupComponent.java
3644https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/PackagePrivateFieldResourceSample.java
3645https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/PackagePrivateMethodResourceSample.java
3646https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/PrivateFieldResourceSample.java
3647https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/PrivateMethodResourceSample.java
3648https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/PrivateMethodResourceWithCustomNameSample.java
3649https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/PropertySourceConfiguration.java
3650https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/PublicMethodResourceSample.java
3651https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/QualifierConfiguration.java
3652https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/ResourceComponent.java
3653https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/SimpleConfiguration.java
3654https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/ValueCglibConfiguration.java
3655https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/registrar/BeanRegistrarConfiguration.java
3656https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/registrar/GenericBeanRegistrarConfiguration.java
3657https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/registrar/ImportAwareBeanRegistrarConfiguration.java
3658https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/subpkg/PackagePrivateFieldResourceFromParentSample.java
3659https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/subpkg/PackagePrivateMethodResourceFromParentSample.java
3660https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/aot/scan/noreflective/ReflectiveNotUsed.java
3661https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/aot/scan/reflective/Dummy.java
3662https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/aot/scan/reflective/ReflectiveOnConstructor.java
3663https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/aot/scan/reflective/ReflectiveOnField.java
3664https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/aot/scan/reflective/ReflectiveOnInnerField.java
3665https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/aot/scan/reflective/ReflectiveOnInterface.java
3666https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/aot/scan/reflective/ReflectiveOnMethod.java
3667https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/aot/scan/reflective/ReflectiveOnNestedType.java
3668https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/aot/scan/reflective/ReflectiveOnRecord.java
3669https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/aot/scan/reflective/ReflectiveOnType.java
3670https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/aot/scan/reflective2/Reflective2OnType.java
3671https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/aot/scan/reflective2/reflective21/Reflective21OnType.java
3672https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/aot/scan/reflective2/reflective22/Reflective22OnType.java
3673https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/generator/SimpleComponent.java
3674https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/index/CandidateComponentsTestClassLoader.java
3675https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/jmx/export/Person.java
3676https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/jmx/export/PersonMBean.java
3677https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/jndi/ExpectedLookupTemplate.java
3678https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/jndi/SimpleNamingContext.java
3679https://github.com/spring-projects/spring-framework/tree/main/spring-context/src/testFixtures/java/org/springframework/context/testfixture/jndi/SimpleNamingContextBuilder.java
3680https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/spring-context-indexer.gradle
3681https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/main/java/org/springframework/context/index/processor/CandidateComponentsIndexer.java
3682https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/main/java/org/springframework/context/index/processor/CandidateComponentsMetadata.java
3683https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/main/java/org/springframework/context/index/processor/IndexedStereotypesProvider.java
3684https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/main/java/org/springframework/context/index/processor/ItemMetadata.java
3685https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/main/java/org/springframework/context/index/processor/MetadataCollector.java
3686https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/main/java/org/springframework/context/index/processor/MetadataStore.java
3687https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/main/java/org/springframework/context/index/processor/package-info.java
3688https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/main/java/org/springframework/context/index/processor/PackageInfoStereotypesProvider.java
3689https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/main/java/org/springframework/context/index/processor/PropertiesMarshaller.java
3690https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/main/java/org/springframework/context/index/processor/SortedProperties.java
3691https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/main/java/org/springframework/context/index/processor/StandardStereotypesProvider.java
3692https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/main/java/org/springframework/context/index/processor/StereotypesProvider.java
3693https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/main/java/org/springframework/context/index/processor/TypeHelper.java
3694https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/main/resources/META-INF/services/javax.annotation.processing.Processor
3695https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/processor/CandidateComponentsIndexerTests.java
3696https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/processor/Metadata.java
3697https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/processor/PropertiesMarshallerTests.java
3698https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/AbstractController.java
3699https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/MetaController.java
3700https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/MetaControllerIndexed.java
3701https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/SampleComponent.java
3702https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/SampleController.java
3703https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/SampleEmbedded.java
3704https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/SampleMetaController.java
3705https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/SampleMetaIndexedController.java
3706https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/SampleNone.java
3707https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/SampleNonStaticEmbedded.java
3708https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/SampleRepository.java
3709https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/SampleService.java
3710https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/Scope.java
3711https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/cdi/SampleNamed.java
3712https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/cdi/SampleTransactional.java
3713https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/jpa/package-info.java
3714https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/jpa/SampleConverter.java
3715https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/jpa/SampleEmbeddable.java
3716https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/jpa/SampleEntity.java
3717https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/jpa/SampleMappedSuperClass.java
3718https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/type/AbstractRepo.java
3719https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/type/Repo.java
3720https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/type/SampleEntity.java
3721https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/type/SampleRepo.java
3722https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/type/SampleSmartRepo.java
3723https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/type/SampleSpecializedRepo.java
3724https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/type/SmartRepo.java
3725https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/sample/type/SpecializedRepo.java
3726https://github.com/spring-projects/spring-framework/tree/main/spring-context-indexer/src/test/java/org/springframework/context/index/test/TestCompiler.java
3727https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/spring-context-support.gradle
3728https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/caffeine/CaffeineCache.java
3729https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/caffeine/CaffeineCacheManager.java
3730https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/caffeine/package-info.java
3731https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/JCacheCache.java
3732https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/JCacheCacheManager.java
3733https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/JCacheManagerFactoryBean.java
3734https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/package-info.java
3735https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/config/AbstractJCacheConfiguration.java
3736https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/config/JCacheConfigurer.java
3737https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/config/JCacheConfigurerSupport.java
3738https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/config/package-info.java
3739https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/config/ProxyJCacheConfiguration.java
3740https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/AbstractCacheInterceptor.java
3741https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/AbstractFallbackJCacheOperationSource.java
3742https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/AbstractJCacheKeyOperation.java
3743https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/AbstractJCacheOperation.java
3744https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/AbstractKeyCacheInterceptor.java
3745https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/AnnotationJCacheOperationSource.java
3746https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/BeanFactoryJCacheOperationSourceAdvisor.java
3747https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/CachePutInterceptor.java
3748https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/CachePutOperation.java
3749https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/CacheRemoveAllInterceptor.java
3750https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/CacheRemoveAllOperation.java
3751https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/CacheRemoveEntryInterceptor.java
3752https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/CacheRemoveOperation.java
3753https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/CacheResolverAdapter.java
3754https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/CacheResultInterceptor.java
3755https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/CacheResultOperation.java
3756https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/DefaultCacheInvocationContext.java
3757https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/DefaultCacheKeyInvocationContext.java
3758https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/DefaultCacheMethodDetails.java
3759https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/DefaultJCacheOperationSource.java
3760https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/JCacheAspectSupport.java
3761https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/JCacheInterceptor.java
3762https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/JCacheOperation.java
3763https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/JCacheOperationSource.java
3764https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/JCacheOperationSourcePointcut.java
3765https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/KeyGeneratorAdapter.java
3766https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/package-info.java
3767https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/SimpleExceptionCacheResolver.java
3768https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/transaction/AbstractTransactionSupportingCacheManager.java
3769https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/transaction/package-info.java
3770https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/transaction/TransactionAwareCacheDecorator.java
3771https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/cache/transaction/TransactionAwareCacheManagerProxy.java
3772https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/mail/MailAuthenticationException.java
3773https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/mail/MailException.java
3774https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/mail/MailMessage.java
3775https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/mail/MailParseException.java
3776https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/mail/MailPreparationException.java
3777https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/mail/MailSender.java
3778https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/mail/MailSendException.java
3779https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/mail/package-info.java
3780https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/mail/SimpleMailMessage.java
3781https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/mail/javamail/ConfigurableMimeFileTypeMap.java
3782https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/mail/javamail/InternetAddressEditor.java
3783https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/mail/javamail/JavaMailMimeTypesRuntimeHints.java
3784https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/mail/javamail/JavaMailSender.java
3785https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/mail/javamail/JavaMailSenderImpl.java
3786https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/mail/javamail/MimeMailMessage.java
3787https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/mail/javamail/MimeMessageHelper.java
3788https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/mail/javamail/MimeMessagePreparator.java
3789https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/mail/javamail/package-info.java
3790https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/mail/javamail/SmartMimeMessage.java
3791https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/scheduling/quartz/AdaptableJobFactory.java
3792https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/scheduling/quartz/CronTriggerFactoryBean.java
3793https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/scheduling/quartz/DelegatingJob.java
3794https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/scheduling/quartz/JobDetailFactoryBean.java
3795https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/scheduling/quartz/JobMethodInvocationFailedException.java
3796https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/scheduling/quartz/LocalDataSourceJobStore.java
3797https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/scheduling/quartz/LocalTaskExecutorThreadPool.java
3798https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/scheduling/quartz/MethodInvokingJobDetailFactoryBean.java
3799https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/scheduling/quartz/package-info.java
3800https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/scheduling/quartz/QuartzJobBean.java
3801https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/scheduling/quartz/ResourceLoaderClassLoadHelper.java
3802https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/scheduling/quartz/SchedulerAccessor.java
3803https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/scheduling/quartz/SchedulerAccessorBean.java
3804https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/scheduling/quartz/SchedulerContextAware.java
3805https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/scheduling/quartz/SchedulerFactoryBean.java
3806https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/scheduling/quartz/SchedulerFactoryBeanRuntimeHints.java
3807https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/scheduling/quartz/SimpleThreadPoolTaskExecutor.java
3808https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/scheduling/quartz/SimpleTriggerFactoryBean.java
3809https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/scheduling/quartz/SpringBeanJobFactory.java
3810https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/ui/freemarker/FreeMarkerConfigurationFactory.java
3811https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/ui/freemarker/FreeMarkerConfigurationFactoryBean.java
3812https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/ui/freemarker/FreeMarkerTemplateUtils.java
3813https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/ui/freemarker/package-info.java
3814https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/java/org/springframework/ui/freemarker/SpringTemplateLoader.java
3815https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/resources/META-INF/spring/aot.factories
3816https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/main/resources/org/springframework/mail/javamail/mime.types
3817https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/cache/caffeine/CaffeineCacheManagerTests.java
3818https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/cache/caffeine/CaffeineCacheTests.java
3819https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/cache/caffeine/CaffeineReactiveCachingTests.java
3820https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/cache/jcache/AbstractJCacheTests.java
3821https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/cache/jcache/JCacheCacheManagerTests.java
3822https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/cache/jcache/JCacheEhCacheAnnotationTests.java
3823https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/cache/jcache/JCacheEhCacheApiTests.java
3824https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/cache/jcache/config/JCacheCustomInterceptorTests.java
3825https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/cache/jcache/config/JCacheJavaConfigTests.java
3826https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/cache/jcache/config/JCacheNamespaceDrivenTests.java
3827https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/cache/jcache/config/JCacheStandaloneConfigTests.java
3828https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/cache/jcache/interceptor/AbstractCacheOperationTests.java
3829https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/cache/jcache/interceptor/AnnotatedJCacheableService.java
3830https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/cache/jcache/interceptor/AnnotationCacheOperationSourceTests.java
3831https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/cache/jcache/interceptor/CachePutOperationTests.java
3832https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/cache/jcache/interceptor/CacheRemoveAllOperationTests.java
3833https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/cache/jcache/interceptor/CacheRemoveOperationTests.java
3834https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/cache/jcache/interceptor/CacheResolverAdapterTests.java
3835https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/cache/jcache/interceptor/CacheResultOperationTests.java
3836https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/cache/jcache/interceptor/JCacheErrorHandlerTests.java
3837https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/cache/jcache/interceptor/JCacheInterceptorTests.java
3838https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/cache/jcache/interceptor/JCacheKeyGeneratorTests.java
3839https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/cache/jcache/interceptor/SampleObject.java
3840https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/cache/transaction/AbstractTransactionSupportingCacheManagerTests.java
3841https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/cache/transaction/TransactionAwareCacheDecoratorTests.java
3842https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/mail/SimpleMailMessageTests.java
3843https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/mail/javamail/ConfigurableMimeFileTypeMapTests.java
3844https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/mail/javamail/InternetAddressEditorTests.java
3845https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/mail/javamail/JavaMailSenderTests.java
3846https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/scheduling/quartz/CronTriggerFactoryBeanTests.java
3847https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/scheduling/quartz/QuartzSchedulerLifecycleTests.java
3848https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/scheduling/quartz/QuartzSupportTests.java
3849https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/scheduling/quartz/QuartzTestBean.java
3850https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/scheduling/quartz/SchedulerFactoryBeanRuntimeHintsTests.java
3851https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/scheduling/quartz/SimpleTriggerFactoryBeanTests.java
3852https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/java/org/springframework/ui/freemarker/FreeMarkerConfigurationFactoryBeanTests.java
3853https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/resources/log4j2-test.xml
3854https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/resources/org/springframework/cache/ehcache/testEhcache.xml
3855https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/resources/org/springframework/cache/jcache/config/jCacheNamespaceDriven-resolver.xml
3856https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/resources/org/springframework/cache/jcache/config/jCacheNamespaceDriven.xml
3857https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/resources/org/springframework/cache/jcache/config/jCacheStandaloneConfig.xml
3858https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/resources/org/springframework/mail/javamail/test.mime.types
3859https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/resources/org/springframework/scheduling/quartz/databasePersistence.xml
3860https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/resources/org/springframework/scheduling/quartz/job-scheduling-data.xml
3861https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/resources/org/springframework/scheduling/quartz/multipleAnonymousMethodInvokingJobDetailFB.xml
3862https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/resources/org/springframework/scheduling/quartz/multipleSchedulers.xml
3863https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/resources/org/springframework/scheduling/quartz/multipleSchedulersWithQuartzProperties.xml
3864https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/resources/org/springframework/scheduling/quartz/quartz-hsql.sql
3865https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/resources/org/springframework/scheduling/quartz/quartzSchedulerLifecycleTests.xml
3866https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/resources/org/springframework/scheduling/quartz/schedulerAccessorBean.xml
3867https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/test/resources/org/springframework/scheduling/quartz/schedulerRepositoryExposure.xml
3868https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/testFixtures/java/org/springframework/contextsupport/testfixture/cache/TestableCacheKeyGenerator.java
3869https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/testFixtures/java/org/springframework/contextsupport/testfixture/cache/TestableCacheResolver.java
3870https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/testFixtures/java/org/springframework/contextsupport/testfixture/cache/TestableCacheResolverFactory.java
3871https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/testFixtures/java/org/springframework/contextsupport/testfixture/jcache/AbstractJCacheAnnotationTests.java
3872https://github.com/spring-projects/spring-framework/tree/main/spring-context-support/src/testFixtures/java/org/springframework/contextsupport/testfixture/jcache/JCacheableService.java
3873https://github.com/spring-projects/spring-framework/tree/main/spring-core/spring-core.gradle
3874https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/jmh/java/org/springframework/core/codec/StringDecoderBenchmark.java
3875https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/jmh/java/org/springframework/core/convert/support/GenericConversionServiceBenchmark.java
3876https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/jmh/java/org/springframework/core/env/CompositePropertySourceBenchmark.java
3877https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/jmh/java/org/springframework/util/ConcurrentLruCacheBenchmark.java
3878https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/jmh/java/org/springframework/util/ConcurrentReferenceHashMapBenchmark.java
3879https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/jmh/java/org/springframework/util/ReflectionUtilsUniqueDeclaredMethodsBenchmark.java
3880https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/jmh/java/org/springframework/util/StringUtilsBenchmark.java
3881https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/AotDetector.java
3882https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/package-info.java
3883https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/generate/AccessControl.java
3884https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/generate/AppendableConsumerInputStreamSource.java
3885https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/generate/ClassNameGenerator.java
3886https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/generate/DefaultGenerationContext.java
3887https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/generate/DefaultMethodReference.java
3888https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/generate/FileSystemGeneratedFiles.java
3889https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/generate/Generated.java
3890https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/generate/GeneratedClass.java
3891https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/generate/GeneratedClasses.java
3892https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/generate/GeneratedFiles.java
3893https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/generate/GeneratedMethod.java
3894https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/generate/GeneratedMethods.java
3895https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/generate/GeneratedTypeReference.java
3896https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/generate/GenerationContext.java
3897https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/generate/InMemoryGeneratedFiles.java
3898https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/generate/MethodName.java
3899https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/generate/MethodReference.java
3900https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/generate/package-info.java
3901https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/generate/UnsupportedTypeValueCodeGenerationException.java
3902https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/generate/ValueCodeGenerationException.java
3903https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/generate/ValueCodeGenerator.java
3904https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/generate/ValueCodeGeneratorDelegates.java
3905https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/AbstractTypeReference.java
3906https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/BindingReflectionHintsRegistrar.java
3907https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/ConditionalHint.java
3908https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/ExecutableHint.java
3909https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/ExecutableMode.java
3910https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/FieldHint.java
3911https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/JavaSerializationHint.java
3912https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/JdkProxyHint.java
3913https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/MemberCategory.java
3914https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/MemberHint.java
3915https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/package-info.java
3916https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/ProxyHints.java
3917https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/ReflectionHints.java
3918https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/ReflectionTypeReference.java
3919https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/ResourceBundleHint.java
3920https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/ResourceHints.java
3921https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/ResourcePatternHint.java
3922https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/ResourcePatternHints.java
3923https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/RuntimeHints.java
3924https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/RuntimeHintsRegistrar.java
3925https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/SerializationHints.java
3926https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/SimpleTypeReference.java
3927https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/TypeHint.java
3928https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/TypeReference.java
3929https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/annotation/package-info.java
3930https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/annotation/Reflective.java
3931https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/annotation/ReflectiveProcessor.java
3932https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/annotation/ReflectiveRuntimeHintsRegistrar.java
3933https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/annotation/RegisterReflection.java
3934https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/annotation/RegisterReflectionForBinding.java
3935https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/annotation/RegisterReflectionForBindingProcessor.java
3936https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/annotation/RegisterReflectionReflectiveProcessor.java
3937https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/annotation/SimpleReflectiveProcessor.java
3938https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/predicate/package-info.java
3939https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/predicate/ProxyHintsPredicates.java
3940https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/predicate/ReflectionHintsPredicates.java
3941https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/predicate/ResourceHintsPredicates.java
3942https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/predicate/RuntimeHintsPredicates.java
3943https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/predicate/SerializationHintsPredicates.java
3944https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/support/ClassHintUtils.java
3945https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/support/FilePatternResourceHintsRegistrar.java
3946https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/support/KotlinDetectorRuntimeHints.java
3947https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/support/ObjectToObjectConverterRuntimeHints.java
3948https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/support/package-info.java
3949https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/support/PathMatchingResourcePatternResolverRuntimeHints.java
3950https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/support/SpringFactoriesLoaderRuntimeHints.java
3951https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/hint/support/SpringPropertiesRuntimeHints.java
3952https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/nativex/BasicJsonWriter.java
3953https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/nativex/FileNativeConfigurationWriter.java
3954https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/nativex/NativeConfigurationWriter.java
3955https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/nativex/package-info.java
3956https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/nativex/ReflectionHintsAttributes.java
3957https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/nativex/ResourceHintsAttributes.java
3958https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/nativex/RuntimeHintsWriter.java
3959https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/nativex/SerializationHintsAttributes.java
3960https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/nativex/feature/package-info.java
3961https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/nativex/feature/PreComputeFieldFeature.java
3962https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/nativex/feature/ThrowawayClassLoader.java
3963https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/nativex/substitution/package-info.java
3964https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/nativex/substitution/Target_ClassFinder.java
3965https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/aot/nativex/substitution/Target_Introspector.java
3966https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/AnnotationVisitor.java
3967https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/AnnotationWriter.java
3968https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/Attribute.java
3969https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/ByteVector.java
3970https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/ClassReader.java
3971https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/ClassTooLargeException.java
3972https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/ClassVisitor.java
3973https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/ClassWriter.java
3974https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/ConstantDynamic.java
3975https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/Constants.java
3976https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/Context.java
3977https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/CurrentFrame.java
3978https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/Edge.java
3979https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/FieldVisitor.java
3980https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/FieldWriter.java
3981https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/Frame.java
3982https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/Handle.java
3983https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/Handler.java
3984https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/Label.java
3985https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/MethodTooLargeException.java
3986https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/MethodVisitor.java
3987https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/MethodWriter.java
3988https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/ModuleVisitor.java
3989https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/ModuleWriter.java
3990https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/Opcodes.java
3991https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/package-info.java
3992https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/RecordComponentVisitor.java
3993https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/RecordComponentWriter.java
3994https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/SpringAsmInfo.java
3995https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/Symbol.java
3996https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/SymbolTable.java
3997https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/Type.java
3998https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/TypePath.java
3999https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/asm/TypeReference.java
4000https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/package-info.java
4001https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/SpringCglibInfo.java
4002https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/beans/BeanCopier.java
4003https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/beans/BeanGenerator.java
4004https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/beans/BeanMap.java
4005https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/beans/BeanMapEmitter.java
4006https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/beans/BulkBean.java
4007https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/beans/BulkBeanEmitter.java
4008https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/beans/BulkBeanException.java
4009https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/beans/FixedKeySet.java
4010https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/beans/ImmutableBean.java
4011https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/beans/package-info.java
4012https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/AbstractClassGenerator.java
4013https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/AsmApi.java
4014https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/Block.java
4015https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/ClassEmitter.java
4016https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/ClassesKey.java
4017https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/ClassGenerator.java
4018https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/ClassInfo.java
4019https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/ClassLoaderAwareGeneratorStrategy.java
4020https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/ClassNameReader.java
4021https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/ClassTransformer.java
4022https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/CodeEmitter.java
4023https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/CodeGenerationException.java
4024https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/CollectionUtils.java
4025https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/Constants.java
4026https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/Converter.java
4027https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/Customizer.java
4028https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/DebuggingClassWriter.java
4029https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/DefaultGeneratorStrategy.java
4030https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/DefaultNamingPolicy.java
4031https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/DuplicatesPredicate.java
4032https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/EmitUtils.java
4033https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/FieldTypeCustomizer.java
4034https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/GeneratorStrategy.java
4035https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/HashCodeCustomizer.java
4036https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/KeyFactory.java
4037https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/KeyFactoryCustomizer.java
4038https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/Local.java
4039https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/LocalVariablesSorter.java
4040https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/MethodInfo.java
4041https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/MethodInfoTransformer.java
4042https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/MethodWrapper.java
4043https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/NamingPolicy.java
4044https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/ObjectSwitchCallback.java
4045https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/package-info.java
4046https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/Predicate.java
4047https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/ProcessArrayCallback.java
4048https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/ProcessSwitchCallback.java
4049https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/ReflectUtils.java
4050https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/RejectModifierPredicate.java
4051https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/Signature.java
4052https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/SpringNamingPolicy.java
4053https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/TinyBitSet.java
4054https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/Transformer.java
4055https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/TypeUtils.java
4056https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/VisibilityPredicate.java
4057https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/WeakCacheKey.java
4058https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/internal/CustomizerRegistry.java
4059https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/internal/Function.java
4060https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/internal/LoadingCache.java
4061https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/core/internal/package-info.java
4062https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/BridgeMethodResolver.java
4063https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/Callback.java
4064https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/CallbackFilter.java
4065https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/CallbackGenerator.java
4066https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/CallbackHelper.java
4067https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/CallbackInfo.java
4068https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/Dispatcher.java
4069https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/DispatcherGenerator.java
4070https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/Enhancer.java
4071https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/Factory.java
4072https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/FixedValue.java
4073https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/FixedValueGenerator.java
4074https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/InterfaceMaker.java
4075https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/InvocationHandler.java
4076https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/InvocationHandlerGenerator.java
4077https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/LazyLoader.java
4078https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/LazyLoaderGenerator.java
4079https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/MethodInterceptor.java
4080https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/MethodInterceptorGenerator.java
4081https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/MethodProxy.java
4082https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/Mixin.java
4083https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/MixinBeanEmitter.java
4084https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/MixinEmitter.java
4085https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/MixinEverythingEmitter.java
4086https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/NoOp.java
4087https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/NoOpGenerator.java
4088https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/package-info.java
4089https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/Proxy.java
4090https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/ProxyRefDispatcher.java
4091https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/proxy/UndeclaredThrowableException.java
4092https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/reflect/ConstructorDelegate.java
4093https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/reflect/FastClass.java
4094https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/reflect/FastClassEmitter.java
4095https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/reflect/FastConstructor.java
4096https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/reflect/FastMember.java
4097https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/reflect/FastMethod.java
4098https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/reflect/MethodDelegate.java
4099https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/reflect/MulticastDelegate.java
4100https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/reflect/package-info.java
4101https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/AbstractClassFilterTransformer.java
4102https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/AbstractClassLoader.java
4103https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/AbstractClassTransformer.java
4104https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/AnnotationVisitorTee.java
4105https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/ClassEmitterTransformer.java
4106https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/ClassFilter.java
4107https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/ClassFilterTransformer.java
4108https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/ClassReaderGenerator.java
4109https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/ClassTransformerChain.java
4110https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/ClassTransformerFactory.java
4111https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/ClassTransformerTee.java
4112https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/ClassVisitorTee.java
4113https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/FieldVisitorTee.java
4114https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/MethodFilter.java
4115https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/MethodFilterTransformer.java
4116https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/MethodVisitorTee.java
4117https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/package-info.java
4118https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/TransformingClassGenerator.java
4119https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/TransformingClassLoader.java
4120https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/impl/AbstractInterceptFieldCallback.java
4121https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/impl/AccessFieldTransformer.java
4122https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/impl/AddDelegateTransformer.java
4123https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/impl/AddInitTransformer.java
4124https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/impl/AddPropertyTransformer.java
4125https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/impl/AddStaticInitTransformer.java
4126https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/impl/FieldProvider.java
4127https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/impl/FieldProviderTransformer.java
4128https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/impl/InterceptFieldCallback.java
4129https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/impl/InterceptFieldEnabled.java
4130https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/impl/InterceptFieldFilter.java
4131https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/impl/InterceptFieldTransformer.java
4132https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/impl/package-info.java
4133https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/impl/UndeclaredThrowableStrategy.java
4134https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/transform/impl/UndeclaredThrowableTransformer.java
4135https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/util/package-info.java
4136https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/util/ParallelSorter.java
4137https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/util/ParallelSorterEmitter.java
4138https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/util/SorterTemplate.java
4139https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/cglib/util/StringSwitcher.java
4140https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/AliasRegistry.java
4141https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/AttributeAccessor.java
4142https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/AttributeAccessorSupport.java
4143https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/BridgeMethodResolver.java
4144https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/CollectionFactory.java
4145https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/ConfigurableObjectInputStream.java
4146https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/Constants.java
4147https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/Conventions.java
4148https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/CoroutinesUtils.java
4149https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/DecoratingClassLoader.java
4150https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/DecoratingProxy.java
4151https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/DefaultParameterNameDiscoverer.java
4152https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/ExceptionDepthComparator.java
4153https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/GenericTypeResolver.java
4154https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/InfrastructureProxy.java
4155https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/KotlinDetector.java
4156https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/KotlinReflectionParameterNameDiscoverer.java
4157https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/MethodClassKey.java
4158https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/MethodIntrospector.java
4159https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/MethodParameter.java
4160https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/NamedInheritableThreadLocal.java
4161https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/NamedThreadLocal.java
4162https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/NativeDetector.java
4163https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/NestedCheckedException.java
4164https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/NestedExceptionUtils.java
4165https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/NestedRuntimeException.java
4166https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/Nullness.java
4167https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/OrderComparator.java
4168https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/Ordered.java
4169https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/OverridingClassLoader.java
4170https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/package-info.java
4171https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/ParameterizedTypeReference.java
4172https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/ParameterNameDiscoverer.java
4173https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/PrioritizedParameterNameDiscoverer.java
4174https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/PriorityOrdered.java
4175https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/ReactiveAdapter.java
4176https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/ReactiveAdapterRegistry.java
4177https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/ReactiveTypeDescriptor.java
4178https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/ResolvableType.java
4179https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/ResolvableTypeProvider.java
4180https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/SerializableTypeWrapper.java
4181https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/SimpleAliasRegistry.java
4182https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/SmartClassLoader.java
4183https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/SortedProperties.java
4184https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/SpringProperties.java
4185https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/SpringVersion.java
4186https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/StandardReflectionParameterNameDiscoverer.java
4187https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/AbstractMergedAnnotation.java
4188https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/AliasFor.java
4189https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/AnnotatedElementAdapter.java
4190https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/AnnotatedElementUtils.java
4191https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/AnnotatedMethod.java
4192https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/AnnotationAttributes.java
4193https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/AnnotationAwareOrderComparator.java
4194https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/AnnotationConfigurationException.java
4195https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/AnnotationFilter.java
4196https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/AnnotationsProcessor.java
4197https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/AnnotationsScanner.java
4198https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/AnnotationTypeMapping.java
4199https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/AnnotationTypeMappings.java
4200https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/AnnotationUtils.java
4201https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/AttributeMethods.java
4202https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/IntrospectionFailureLogger.java
4203https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/MergedAnnotation.java
4204https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/MergedAnnotationCollectors.java
4205https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/MergedAnnotationPredicates.java
4206https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/MergedAnnotations.java
4207https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/MergedAnnotationsCollection.java
4208https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/MergedAnnotationSelector.java
4209https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/MergedAnnotationSelectors.java
4210https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/MissingMergedAnnotation.java
4211https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/Order.java
4212https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/OrderUtils.java
4213https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/package-info.java
4214https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/PackagesAnnotationFilter.java
4215https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/RepeatableContainers.java
4216https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/SynthesizedMergedAnnotationInvocationHandler.java
4217https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/SynthesizingMethodParameter.java
4218https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/TypeMappedAnnotation.java
4219https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/TypeMappedAnnotations.java
4220https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/annotation/ValueExtractor.java
4221https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/AbstractCharSequenceDecoder.java
4222https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/AbstractDataBufferDecoder.java
4223https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/AbstractDecoder.java
4224https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/AbstractEncoder.java
4225https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/AbstractSingleValueEncoder.java
4226https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/ByteArrayDecoder.java
4227https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/ByteArrayEncoder.java
4228https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/ByteBufferDecoder.java
4229https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/ByteBufferEncoder.java
4230https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/CharBufferDecoder.java
4231https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/CharSequenceEncoder.java
4232https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/CodecException.java
4233https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/DataBufferDecoder.java
4234https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/DataBufferEncoder.java
4235https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/Decoder.java
4236https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/DecodingException.java
4237https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/Encoder.java
4238https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/EncodingException.java
4239https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/Hints.java
4240https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/NettyByteBufDecoder.java
4241https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/NettyByteBufEncoder.java
4242https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/package-info.java
4243https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/ResourceDecoder.java
4244https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/ResourceEncoder.java
4245https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/ResourceRegionEncoder.java
4246https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/codec/StringDecoder.java
4247https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/ConversionException.java
4248https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/ConversionFailedException.java
4249https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/ConversionService.java
4250https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/ConverterNotFoundException.java
4251https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/package-info.java
4252https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/Property.java
4253https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/TypeDescriptor.java
4254https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/converter/ConditionalConverter.java
4255https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/converter/ConditionalGenericConverter.java
4256https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/converter/Converter.java
4257https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/converter/ConverterFactory.java
4258https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/converter/ConverterRegistry.java
4259https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/converter/ConvertingComparator.java
4260https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/converter/GenericConverter.java
4261https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/converter/package-info.java
4262https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/AbstractConditionalEnumConverter.java
4263https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/ArrayToArrayConverter.java
4264https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/ArrayToCollectionConverter.java
4265https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/ArrayToObjectConverter.java
4266https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/ArrayToStringConverter.java
4267https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/ByteBufferConverter.java
4268https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/CharacterToNumberFactory.java
4269https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/CollectionToArrayConverter.java
4270https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/CollectionToCollectionConverter.java
4271https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/CollectionToObjectConverter.java
4272https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/CollectionToStringConverter.java
4273https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/ConfigurableConversionService.java
4274https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/ConversionServiceFactory.java
4275https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/ConversionUtils.java
4276https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/ConvertingPropertyEditorAdapter.java
4277https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/DateToInstantConverter.java
4278https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/DefaultConversionService.java
4279https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/EnumToIntegerConverter.java
4280https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/EnumToStringConverter.java
4281https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/FallbackObjectToStringConverter.java
4282https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/GenericConversionService.java
4283https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/IdToEntityConverter.java
4284https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/InstantToDateConverter.java
4285https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/IntegerToEnumConverterFactory.java
4286https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/MapToMapConverter.java
4287https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/NumberToCharacterConverter.java
4288https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/NumberToNumberConverterFactory.java
4289https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/ObjectToArrayConverter.java
4290https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/ObjectToCollectionConverter.java
4291https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/ObjectToObjectConverter.java
4292https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/ObjectToOptionalConverter.java
4293https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/ObjectToStringConverter.java
4294https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/OptionalToObjectConverter.java
4295https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/package-info.java
4296https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/PropertiesToStringConverter.java
4297https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/StreamConverter.java
4298https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/StringToArrayConverter.java
4299https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/StringToBooleanConverter.java
4300https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/StringToCharacterConverter.java
4301https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/StringToCharsetConverter.java
4302https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/StringToCollectionConverter.java
4303https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/StringToCurrencyConverter.java
4304https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/StringToEnumConverterFactory.java
4305https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/StringToLocaleConverter.java
4306https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/StringToNumberConverterFactory.java
4307https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/StringToPatternConverter.java
4308https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/StringToPropertiesConverter.java
4309https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/StringToRegexConverter.java
4310https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/StringToTimeZoneConverter.java
4311https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/StringToUUIDConverter.java
4312https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/ZonedDateTimeToCalendarConverter.java
4313https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/convert/support/ZoneIdToTimeZoneConverter.java
4314https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/AbstractEnvironment.java
4315https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/AbstractPropertyResolver.java
4316https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/CommandLineArgs.java
4317https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/CommandLinePropertySource.java
4318https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/CompositePropertySource.java
4319https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/ConfigurableEnvironment.java
4320https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/ConfigurablePropertyResolver.java
4321https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/EnumerablePropertySource.java
4322https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/Environment.java
4323https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/EnvironmentCapable.java
4324https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/JOptCommandLinePropertySource.java
4325https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/MapPropertySource.java
4326https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/MissingRequiredPropertiesException.java
4327https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/MutablePropertySources.java
4328https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/package-info.java
4329https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/Profiles.java
4330https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/ProfilesParser.java
4331https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/PropertiesPropertySource.java
4332https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/PropertyResolver.java
4333https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/PropertySource.java
4334https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/PropertySources.java
4335https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/PropertySourcesPropertyResolver.java
4336https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/SimpleCommandLineArgsParser.java
4337https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/SimpleCommandLinePropertySource.java
4338https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/StandardEnvironment.java
4339https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/env/SystemEnvironmentPropertySource.java
4340https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/AbstractFileResolvingResource.java
4341https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/AbstractResource.java
4342https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/ByteArrayResource.java
4343https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/ClassPathResource.java
4344https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/ClassRelativeResourceLoader.java
4345https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/ContextResource.java
4346https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/DefaultResourceLoader.java
4347https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/DescriptiveResource.java
4348https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/FileSystemResource.java
4349https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/FileSystemResourceLoader.java
4350https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/FileUrlResource.java
4351https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/InputStreamResource.java
4352https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/InputStreamSource.java
4353https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/ModuleResource.java
4354https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/package-info.java
4355https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/PathResource.java
4356https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/ProtocolResolver.java
4357https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/Resource.java
4358https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/ResourceEditor.java
4359https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/ResourceLoader.java
4360https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/UrlResource.java
4361https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/VfsResource.java
4362https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/VfsUtils.java
4363https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/WritableResource.java
4364https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/buffer/CloseableDataBuffer.java
4365https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/buffer/DataBuffer.java
4366https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/buffer/DataBufferFactory.java
4367https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/buffer/DataBufferInputStream.java
4368https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/buffer/DataBufferLimitException.java
4369https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/buffer/DataBufferOutputStream.java
4370https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/buffer/DataBufferUtils.java
4371https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/buffer/DataBufferWrapper.java
4372https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/buffer/DefaultDataBuffer.java
4373https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/buffer/DefaultDataBufferFactory.java
4374https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/buffer/JettyDataBuffer.java
4375https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/buffer/JettyDataBufferFactory.java
4376https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/buffer/LimitedDataBufferList.java
4377https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/buffer/NettyDataBuffer.java
4378https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/buffer/NettyDataBufferFactory.java
4379https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/buffer/OutputStreamPublisher.java
4380https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/buffer/package-info.java
4381https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/buffer/PooledDataBuffer.java
4382https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/buffer/SubscriberInputStream.java
4383https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/buffer/TouchableDataBuffer.java
4384https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/support/DefaultPropertySourceFactory.java
4385https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/support/EncodedResource.java
4386https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/support/LocalizedResourceHelper.java
4387https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/support/package-info.java
4388https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/support/PathMatchingResourcePatternResolver.java
4389https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/support/PropertiesLoaderSupport.java
4390https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/support/PropertiesLoaderUtils.java
4391https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/support/PropertySourceDescriptor.java
4392https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/support/PropertySourceFactory.java
4393https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/support/PropertySourceProcessor.java
4394https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/support/ResourceArrayPropertyEditor.java
4395https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/support/ResourcePatternResolver.java
4396https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/support/ResourcePatternUtils.java
4397https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/support/ResourcePropertySource.java
4398https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/support/ResourceRegion.java
4399https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/support/SpringFactoriesLoader.java
4400https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/support/VfsPatternUtils.java
4401https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/log/CompositeLog.java
4402https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/log/LogAccessor.java
4403https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/log/LogDelegateFactory.java
4404https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/log/LogFormatUtils.java
4405https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/log/LogMessage.java
4406https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/log/package-info.java
4407https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/metrics/ApplicationStartup.java
4408https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/metrics/DefaultApplicationStartup.java
4409https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/metrics/package-info.java
4410https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/metrics/StartupStep.java
4411https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/metrics/jfr/FlightRecorderApplicationStartup.java
4412https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/metrics/jfr/FlightRecorderStartupEvent.java
4413https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/metrics/jfr/FlightRecorderStartupStep.java
4414https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/metrics/jfr/package-info.java
4415https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/retry/DefaultRetryPolicy.java
4416https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/retry/package-info.java
4417https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/retry/Retryable.java
4418https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/retry/RetryException.java
4419https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/retry/RetryListener.java
4420https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/retry/RetryOperations.java
4421https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/retry/RetryPolicy.java
4422https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/retry/RetryTemplate.java
4423https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/retry/support/CompositeRetryListener.java
4424https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/retry/support/package-info.java
4425https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/serializer/DefaultDeserializer.java
4426https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/serializer/DefaultSerializer.java
4427https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/serializer/Deserializer.java
4428https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/serializer/package-info.java
4429https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/serializer/Serializer.java
4430https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/serializer/support/DeserializingConverter.java
4431https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/serializer/support/package-info.java
4432https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/serializer/support/SerializationDelegate.java
4433https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/serializer/support/SerializationFailedException.java
4434https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/serializer/support/SerializingConverter.java
4435https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/style/DefaultToStringStyler.java
4436https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/style/DefaultValueStyler.java
4437https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/style/package-info.java
4438https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/style/SimpleValueStyler.java
4439https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/style/StylerUtils.java
4440https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/style/ToStringCreator.java
4441https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/style/ToStringStyler.java
4442https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/style/ValueStyler.java
4443https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/task/AsyncTaskExecutor.java
4444https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/task/package-info.java
4445https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/task/SimpleAsyncTaskExecutor.java
4446https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/task/SyncTaskExecutor.java
4447https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/task/TaskDecorator.java
4448https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/task/TaskExecutor.java
4449https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/task/TaskRejectedException.java
4450https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/task/TaskTimeoutException.java
4451https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/task/VirtualThreadDelegate.java
4452https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/task/VirtualThreadTaskExecutor.java
4453https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/task/support/CompositeTaskDecorator.java
4454https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/task/support/ContextPropagatingTaskDecorator.java
4455https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/task/support/ExecutorServiceAdapter.java
4456https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/task/support/package-info.java
4457https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/task/support/TaskExecutorAdapter.java
4458https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/AnnotatedTypeMetadata.java
4459https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/AnnotationMetadata.java
4460https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/ClassMetadata.java
4461https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/MethodMetadata.java
4462https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/package-info.java
4463https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/StandardAnnotationMetadata.java
4464https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/StandardClassMetadata.java
4465https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/StandardMethodMetadata.java
4466https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/classreading/AbstractMetadataReaderFactory.java
4467https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/classreading/CachingMetadataReaderFactory.java
4468https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/classreading/ClassFormatException.java
4469https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/classreading/MergedAnnotationReadingVisitor.java
4470https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/classreading/MetadataReader.java
4471https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/classreading/MetadataReaderFactory.java
4472https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/classreading/MetadataReaderFactoryDelegate.java
4473https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/classreading/package-info.java
4474https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/classreading/SimpleAnnotationMetadata.java
4475https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/classreading/SimpleAnnotationMetadataReadingVisitor.java
4476https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/classreading/SimpleMetadataReader.java
4477https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/classreading/SimpleMetadataReaderFactory.java
4478https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/classreading/SimpleMethodMetadata.java
4479https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/classreading/SimpleMethodMetadataReadingVisitor.java
4480https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/filter/AbstractClassTestingTypeFilter.java
4481https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/filter/AbstractTypeHierarchyTraversingFilter.java
4482https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/filter/AnnotationTypeFilter.java
4483https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/filter/AspectJTypeFilter.java
4484https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/filter/AssignableTypeFilter.java
4485https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/filter/package-info.java
4486https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/filter/RegexPatternTypeFilter.java
4487https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/type/filter/TypeFilter.java
4488https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/javapoet/package-info.java
4489https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/lang/CheckReturnValue.java
4490https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/lang/Contract.java
4491https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/lang/NonNull.java
4492https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/lang/NonNullApi.java
4493https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/lang/NonNullFields.java
4494https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/lang/Nullable.java
4495https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/lang/package-info.java
4496https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/objenesis/package-info.java
4497https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/objenesis/SpringObjenesis.java
4498https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/AlternativeJdkIdGenerator.java
4499https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/AntPathMatcher.java
4500https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/Assert.java
4501https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/AutoPopulatingList.java
4502https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/ClassUtils.java
4503https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/CollectionUtils.java
4504https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/CommonsLogWriter.java
4505https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/CompositeCollection.java
4506https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/CompositeIterator.java
4507https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/CompositeMap.java
4508https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/CompositeSet.java
4509https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/ConcurrencyThrottleSupport.java
4510https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/ConcurrentLruCache.java
4511https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/ConcurrentReferenceHashMap.java
4512https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/CustomizableThreadCreator.java
4513https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/DefaultPropertiesPersister.java
4514https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/DigestUtils.java
4515https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/ErrorHandler.java
4516https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/ExceptionTypeFilter.java
4517https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/FastByteArrayOutputStream.java
4518https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/FileCopyUtils.java
4519https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/FileSystemUtils.java
4520https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/FilteredCollection.java
4521https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/FilteredIterator.java
4522https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/FilteredMap.java
4523https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/FilteredSet.java
4524https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/IdGenerator.java
4525https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/InstanceFilter.java
4526https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/InvalidMimeTypeException.java
4527https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/JdkIdGenerator.java
4528https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/LinkedCaseInsensitiveMap.java
4529https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/LinkedMultiValueMap.java
4530https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/MethodInvoker.java
4531https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/MimeType.java
4532https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/MimeTypeUtils.java
4533https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/MultiToSingleValueMapAdapter.java
4534https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/MultiValueMap.java
4535https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/MultiValueMapAdapter.java
4536https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/NumberUtils.java
4537https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/ObjectUtils.java
4538https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/package-info.java
4539https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/PathMatcher.java
4540https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/PatternMatchUtils.java
4541https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/PlaceholderParser.java
4542https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/PlaceholderResolutionException.java
4543https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/PropertiesPersister.java
4544https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/PropertyPlaceholderHelper.java
4545https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/ReflectionUtils.java
4546https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/ResizableByteArrayOutputStream.java
4547https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/ResourceUtils.java
4548https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/RouteMatcher.java
4549https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/SerializationUtils.java
4550https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/SimpleIdGenerator.java
4551https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/SimpleRouteMatcher.java
4552https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/SingleToMultiValueMapAdapter.java
4553https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/StopWatch.java
4554https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/StreamUtils.java
4555https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/StringUtils.java
4556https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/StringValueResolver.java
4557https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/SystemPropertyUtils.java
4558https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/TypeUtils.java
4559https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/UnmodifiableMultiValueMap.java
4560https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/UpdateMessageDigestInputStream.java
4561https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/backoff/BackOff.java
4562https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/backoff/BackOffExecution.java
4563https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/backoff/ExponentialBackOff.java
4564https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/backoff/FixedBackOff.java
4565https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/backoff/package-info.java
4566https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/comparator/BooleanComparator.java
4567https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/comparator/ComparableComparator.java
4568https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/comparator/Comparators.java
4569https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/comparator/InstanceComparator.java
4570https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/comparator/NullSafeComparator.java
4571https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/comparator/package-info.java
4572https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/concurrent/DelegatingCompletableFuture.java
4573https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/concurrent/FutureAdapter.java
4574https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/concurrent/FutureUtils.java
4575https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/concurrent/package-info.java
4576https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/function/package-info.java
4577https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/function/SingletonSupplier.java
4578https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/function/SupplierUtils.java
4579https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/function/ThrowingBiFunction.java
4580https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/function/ThrowingConsumer.java
4581https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/function/ThrowingFunction.java
4582https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/function/ThrowingSupplier.java
4583https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/unit/DataSize.java
4584https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/unit/DataUnit.java
4585https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/unit/package-info.java
4586https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/xml/AbstractStaxHandler.java
4587https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/xml/AbstractStaxXMLReader.java
4588https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/xml/AbstractXMLEventReader.java
4589https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/xml/AbstractXMLReader.java
4590https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/xml/AbstractXMLStreamReader.java
4591https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/xml/DomContentHandler.java
4592https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/xml/DomUtils.java
4593https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/xml/ListBasedXMLEventReader.java
4594https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/xml/package-info.java
4595https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/xml/SimpleNamespaceContext.java
4596https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/xml/SimpleSaxErrorHandler.java
4597https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/xml/SimpleTransformErrorListener.java
4598https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/xml/StaxEventHandler.java
4599https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/xml/StaxEventXMLReader.java
4600https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/xml/StaxResult.java
4601https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/xml/StaxSource.java
4602https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/xml/StaxStreamHandler.java
4603https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/xml/StaxStreamXMLReader.java
4604https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/xml/StaxUtils.java
4605https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/xml/TransformerUtils.java
4606https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/xml/XMLEventStreamReader.java
4607https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/xml/XMLEventStreamWriter.java
4608https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/util/xml/XmlValidationModeDetector.java
4609https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java21/org/springframework/core/task/VirtualThreadDelegate.java
4610https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java24/org/springframework/core/type/classreading/ClassFileAnnotationMetadata.java
4611https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java24/org/springframework/core/type/classreading/ClassFileClassMetadata.java
4612https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java24/org/springframework/core/type/classreading/ClassFileMetadataReader.java
4613https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java24/org/springframework/core/type/classreading/ClassFileMetadataReaderFactory.java
4614https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java24/org/springframework/core/type/classreading/ClassFileMethodMetadata.java
4615https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java24/org/springframework/core/type/classreading/MetadataReaderFactoryDelegate.java
4616https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/kotlin/org/springframework/aot/hint/JdkProxyHintExtensions.kt
4617https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/kotlin/org/springframework/aot/hint/ProxyHintsExtensions.kt
4618https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/kotlin/org/springframework/aot/hint/ReflectionHintsExtensions.kt
4619https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/kotlin/org/springframework/aot/hint/ResourceHintsExtensions.kt
4620https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/kotlin/org/springframework/aot/hint/SerializationHintsExtensions.kt
4621https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/kotlin/org/springframework/aot/hint/TypeHintExtensions.kt
4622https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/kotlin/org/springframework/core/env/PropertyResolverExtensions.kt
4623https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/resources/META-INF/native-image/org.springframework/spring-core/native-image.properties
4624https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/resources/META-INF/services/reactor.blockhound.integration.BlockHoundIntegration
4625https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/resources/META-INF/spring/aot.factories
4626https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/a/ClassHavingNestedClass.java
4627https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/example/type/AnnotatedComponent.java
4628https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/example/type/AnnotationTypeFilterTestsTypes.java
4629https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/example/type/AspectJTypeFilterTestsTypes.java
4630https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/example/type/AssignableTypeFilterTestsTypes.java
4631https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/example/type/EnclosingAnnotation.java
4632https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/example/type/InheritedAnnotation.java
4633https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/example/type/NestedAnnotation.java
4634https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/example/type/NonInheritedAnnotation.java
4635https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/SpringCoreTestSuite.java
4636https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/generate/AccessControlTests.java
4637https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/generate/ClassNameGeneratorTests.java
4638https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/generate/DefaultGenerationContextTests.java
4639https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/generate/DefaultMethodReferenceTests.java
4640https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/generate/FileSystemGeneratedFilesTests.java
4641https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/generate/GeneratedClassesTests.java
4642https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/generate/GeneratedClassTests.java
4643https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/generate/GeneratedFilesTests.java
4644https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/generate/GeneratedMethodsTests.java
4645https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/generate/GeneratedMethodTests.java
4646https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/generate/GeneratedTypeReferenceTests.java
4647https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/generate/InMemoryGeneratedFilesTests.java
4648https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/generate/MethodNameTests.java
4649https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/generate/PackagePrivateClass.java
4650https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/generate/ProtectedAccessor.java
4651https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/generate/PublicClass.java
4652https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/generate/ValueCodeGeneratorTests.java
4653https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/BindingReflectionHintsRegistrarTests.java
4654https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/ExecutableHintTests.java
4655https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/ExecutableModeTests.java
4656https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/JdkProxyHintTests.java
4657https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/ProxyHintsTests.java
4658https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/ReflectionHintsTests.java
4659https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/ReflectionTypeReferenceTests.java
4660https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/ResourceHintsTests.java
4661https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/ResourcePatternHintTests.java
4662https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/RuntimeHintsTests.java
4663https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/SerializationHintsTests.java
4664https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/SimpleTypeReferenceTests.java
4665https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/TypeHintTests.java
4666https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/TypeReferenceTests.java
4667https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/annotation/ReflectiveRuntimeHintsRegistrarTests.java
4668https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/annotation/RegisterReflectionForBindingProcessorTests.java
4669https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/annotation/RegisterReflectionReflectiveProcessorTests.java
4670https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/annotation/SimpleReflectiveProcessorTests.java
4671https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/predicate/ProxyHintsPredicatesTests.java
4672https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/predicate/ReflectionHintsPredicatesTests.java
4673https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/predicate/ResourceHintsPredicatesTests.java
4674https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/predicate/SerializationHintsPredicatesTests.java
4675https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/support/FilePatternResourceHintsRegistrarTests.java
4676https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/support/KotlinDetectorRuntimeHintsTests.java
4677https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/support/ObjectToObjectConverterRuntimeHintsTests.java
4678https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/support/PathMatchingResourcePatternResolverRuntimeHintsTests.java
4679https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/support/SpringFactoriesLoaderRuntimeHintsTests.java
4680https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/hint/support/SpringPropertiesRuntimeHintsTests.java
4681https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/nativex/BasicJsonWriterTests.java
4682https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/nativex/FileNativeConfigurationWriterTests.java
4683https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/aot/nativex/RuntimeHintsWriterTests.java
4684https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/cglib/core/SpringNamingPolicyTests.java
4685https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/AttributeAccessorSupportTests.java
4686https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/BridgeMethodResolverTests.java
4687https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/CollectionFactoryTests.java
4688https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/ConstantsTests.java
4689https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/ConventionsTests.java
4690https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/ExceptionDepthComparatorTests.java
4691https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/GenericTypeResolverTests.java
4692https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/MethodIntrospectorTests.java
4693https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/MethodParameterTests.java
4694https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/NullnessTests.java
4695https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/OrderComparatorTests.java
4696https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/ParameterizedTypeReferenceTests.java
4697https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/PrioritizedParameterNameDiscovererTests.java
4698https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/ReactiveAdapterRegistryTests.java
4699https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/ResolvableTypeTests.java
4700https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/SerializableTypeWrapperTests.java
4701https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/SimpleAliasRegistryTests.java
4702https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/SortedPropertiesTests.java
4703https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/SpringCoreBlockHoundIntegrationTests.java
4704https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/StandardReflectionParameterNameDiscoverTests.java
4705https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/AnnotatedElementUtilsTests.java
4706https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/AnnotatedMethodTests.java
4707https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/AnnotationAttributesTests.java
4708https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/AnnotationAwareOrderComparatorTests.java
4709https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/AnnotationBackCompatibilityTests.java
4710https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/AnnotationEnclosingClassSample.java
4711https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/AnnotationFilterTests.java
4712https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/AnnotationIntrospectionFailureTests.java
4713https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/AnnotationsScannerTests.java
4714https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/AnnotationTypeMappingsTests.java
4715https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/AnnotationUtilsTests.java
4716https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/AttributeMethodsTests.java
4717https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/ComposedRepeatableAnnotationsTests.java
4718https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/MergedAnnotationClassLoaderTests.java
4719https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/MergedAnnotationCollectorsTests.java
4720https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/MergedAnnotationPredicatesTests.java
4721https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/MergedAnnotationsCollectionTests.java
4722https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/MergedAnnotationsComposedOnSingleAnnotatedElementTests.java
4723https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/MergedAnnotationsRepeatableAnnotationTests.java
4724https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/MergedAnnotationsTests.java
4725https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/MissingMergedAnnotationTests.java
4726https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/MultipleComposedAnnotationsOnSingleAnnotatedElementTests.java
4727https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/NestedRepeatableAnnotationsTests.java
4728https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/OrderSourceProviderTests.java
4729https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/OrderUtilsTests.java
4730https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/PackagesAnnotationFilterTests.java
4731https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/RepeatableContainersTests.java
4732https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/SynthesizingMethodParameterTests.java
4733https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/TypeMappedAnnotationTests.java
4734https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/subpackage/NonPublicAliasedAnnotatedClass.java
4735https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/subpackage/NonPublicAliasedAnnotation.java
4736https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/subpackage/NonPublicAnnotatedClass.java
4737https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/annotation/subpackage/NonPublicAnnotation.java
4738https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/codec/ByteArrayDecoderTests.java
4739https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/codec/ByteArrayEncoderTests.java
4740https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/codec/ByteBufferDecoderTests.java
4741https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/codec/ByteBufferEncoderTests.java
4742https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/codec/CharBufferDecoderTests.java
4743https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/codec/CharSequenceEncoderTests.java
4744https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/codec/DataBufferDecoderTests.java
4745https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/codec/DataBufferEncoderTests.java
4746https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/codec/NettyByteBufDecoderTests.java
4747https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/codec/NettyByteBufEncoderTests.java
4748https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/codec/ResourceDecoderTests.java
4749https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/codec/ResourceEncoderTests.java
4750https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/codec/ResourceRegionEncoderTests.java
4751https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/codec/StringDecoderTests.java
4752https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/convert/TypeDescriptorTests.java
4753https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/convert/converter/ConverterTests.java
4754https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/convert/converter/ConvertingComparatorTests.java
4755https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/convert/converter/DefaultConversionServiceTests.java
4756https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/convert/support/ByteBufferConverterTests.java
4757https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/convert/support/CollectionToCollectionConverterTests.java
4758https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/convert/support/GenericConversionServiceTests.java
4759https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/convert/support/MapToMapConverterTests.java
4760https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/convert/support/ObjectToObjectConverterTests.java
4761https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/convert/support/StreamConverterTests.java
4762https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/env/AbstractPropertyResolverTests.java
4763https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/env/CompositePropertySourceTests.java
4764https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/env/CustomEnvironmentTests.java
4765https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/env/JOptCommandLinePropertySourceTests.java
4766https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/env/MutablePropertySourcesTests.java
4767https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/env/ProfilesTests.java
4768https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/env/PropertySourcesPropertyResolverTests.java
4769https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/env/PropertySourceTests.java
4770https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/env/SimpleCommandLineArgsParserTests.java
4771https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/env/SimpleCommandLinePropertySourceTests.java
4772https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/env/StandardEnvironmentTests.java
4773https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/env/SystemEnvironmentPropertySourceTests.java
4774https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/ClassPathResourceTests.java
4775https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/ModuleResourceTests.java
4776https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/PathResourceTests.java
4777https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/ResourceEditorTests.java
4778https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/ResourceTests.java
4779https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/buffer/DataBufferTests.java
4780https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/buffer/DataBufferUtilsTests.java
4781https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/buffer/DefaultDataBufferTests.java
4782https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/buffer/JettyDataBufferTests.java
4783https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/buffer/LeakAwareDataBufferFactoryTests.java
4784https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/buffer/LimitedDataBufferListTests.java
4785https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/buffer/PooledDataBufferTests.java
4786https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/buffer/support/DataBufferTestUtilsTests.java
4787https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/support/ClassPathManifestEntriesTestApplication.java
4788https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/support/ConstructorArgsDummyFactory.java
4789https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/support/DummyFactory.java
4790https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/support/DummyPackagePrivateFactory.java
4791https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/support/EncodedResourceTests.java
4792https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/support/MultipleConstructorArgsDummyFactory.java
4793https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/support/MyDummyFactory1.java
4794https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/support/MyDummyFactory2.java
4795https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/support/PathMatchingResourcePatternResolverTests.java
4796https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/support/PropertySourceProcessorTests.java
4797https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/support/ResourceArrayPropertyEditorTests.java
4798https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/support/ResourcePropertySourceTests.java
4799https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/support/ResourceRegionTests.java
4800https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/io/support/SpringFactoriesLoaderTests.java
4801https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/log/CompositeLogTests.java
4802https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/log/LogSupportTests.java
4803https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/retry/MaxAttemptsRetryPolicyTests.java
4804https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/retry/NumberFormatExceptionMatcher.java
4805https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/retry/RetryPolicyTests.java
4806https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/retry/RetryTemplateTests.java
4807https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/retry/support/CompositeRetryListenerTests.java
4808https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/serializer/SerializationConverterTests.java
4809https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/serializer/SerializerTests.java
4810https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/style/DefaultValueStylerTests.java
4811https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/style/SimpleValueStylerTests.java
4812https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/style/ToStringCreatorTests.java
4813https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/task/SimpleAsyncTaskExecutorTests.java
4814https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/task/support/CompositeTaskDecoratorTests.java
4815https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/task/support/ContextPropagatingTaskDecoratorTests.java
4816https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/testfixture/TestGroupParsingTests.java
4817https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/testfixture/TestGroupTests.java
4818https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/type/AbstractAnnotationMetadataTests.java
4819https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/type/AbstractClassMetadataMemberClassTests.java
4820https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/type/AbstractMethodMetadataTests.java
4821https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/type/AnnotationMetadataTests.java
4822https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/type/AnnotationTypeFilterTests.java
4823https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/type/AspectJTypeFilterTests.java
4824https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/type/AssignableTypeFilterTests.java
4825https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/type/ClassloadingAssertions.java
4826https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/type/InheritedAnnotationsAnnotationMetadataTests.java
4827https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/type/Scope.java
4828https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/type/StandardAnnotationMetadataTests.java
4829https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/type/StandardClassMetadataMemberClassTests.java
4830https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/type/StandardMethodMetadataTests.java
4831https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/type/TestAutowired.java
4832https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/type/TestQualifier.java
4833https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/type/classreading/CachingMetadataReaderFactoryTests.java
4834https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/type/classreading/ClassMetadataReadingVisitorMemberClassTests.java
4835https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/type/classreading/DefaultAnnotationMetadataTests.java
4836https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/type/classreading/MergedAnnotationMetadataVisitorTests.java
4837https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/type/classreading/SimpleAnnotationMetadataTests.java
4838https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/core/type/classreading/SimpleMethodMetadataTests.java
4839https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/tests/MockitoUtils.java
4840https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/tests/package-info.java
4841https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/tests/sample/objects/DerivedTestObject.java
4842https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/tests/sample/objects/GenericObject.java
4843https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/tests/sample/objects/ITestInterface.java
4844https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/tests/sample/objects/ITestObject.java
4845https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/tests/sample/objects/package-info.java
4846https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/tests/sample/objects/TestObject.java
4847https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/AntPathMatcherTests.java
4848https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/AssertTests.java
4849https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/AutoPopulatingListTests.java
4850https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/ClassUtilsTests.java
4851https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/CollectionUtilsTests.java
4852https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/CompositeCollectionTests.java
4853https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/CompositeIteratorTests.java
4854https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/CompositeMapTests.java
4855https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/CompositeSetTests.java
4856https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/ConcurrentLruCacheTests.java
4857https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/ConcurrentReferenceHashMapTests.java
4858https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/DigestUtilsTests.java
4859https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/ExceptionTypeFilterTests.java
4860https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/ExponentialBackOffTests.java
4861https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/FastByteArrayOutputStreamTests.java
4862https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/FileCopyUtilsTests.java
4863https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/FileSystemUtilsTests.java
4864https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/FilteredCollectionTests.java
4865https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/FilteredIteratorTests.java
4866https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/FilteredMapTests.java
4867https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/FilteredSetTests.java
4868https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/FixedBackOffTests.java
4869https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/InstanceFilterTests.java
4870https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/LinkedCaseInsensitiveMapTests.java
4871https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/LinkedMultiValueMapTests.java
4872https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/MethodInvokerTests.java
4873https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/MimeTypeTests.java
4874https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/MultiToSingleValueMapAdapterTests.java
4875https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/MultiValueMapTests.java
4876https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/NumberUtilsTests.java
4877https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/ObjectUtilsTests.java
4878https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/PatternMatchUtilsTests.java
4879https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/PlaceholderParserTests.java
4880https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/PropertiesPersisterTests.java
4881https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/PropertyPlaceholderHelperTests.java
4882https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/PublicInterface.java
4883https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/PublicSuperclass.java
4884https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/ReflectionUtilsTests.java
4885https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/ResizableByteArrayOutputStreamTests.java
4886https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/ResourceUtilsTests.java
4887https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/SerializationUtilsTests.java
4888https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/SingleToMultiValueMapAdapterTests.java
4889https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/StopWatchTests.java
4890https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/StreamUtilsTests.java
4891https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/StringUtilsTests.java
4892https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/SystemPropertyUtilsTests.java
4893https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/TypeUtilsTests.java
4894https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/UnmodifiableMultiValueMapTests.java
4895https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/comparator/BooleanComparatorTests.java
4896https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/comparator/ComparableComparatorTests.java
4897https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/comparator/ComparatorsTests.java
4898https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/comparator/InstanceComparatorTests.java
4899https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/comparator/NullSafeComparatorTests.java
4900https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/concurrent/FutureAdapterTests.java
4901https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/concurrent/FutureUtilsTests.java
4902https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/function/ThrowingBiFunctionTests.java
4903https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/function/ThrowingConsumerTests.java
4904https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/function/ThrowingFunctionTests.java
4905https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/function/ThrowingSupplierTests.java
4906https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/unit/DataSizeTests.java
4907https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/xml/AbstractStaxHandlerTests.java
4908https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/xml/AbstractStaxXMLReaderTests.java
4909https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/xml/DomContentHandlerTests.java
4910https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/xml/DomUtilsTests.java
4911https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/xml/ListBasedXMLEventReaderTests.java
4912https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/xml/SimpleNamespaceContextTests.java
4913https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/xml/StaxEventHandlerTests.java
4914https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/xml/StaxEventXMLReaderTests.java
4915https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/xml/StaxResultTests.java
4916https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/xml/StaxSourceTests.java
4917https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/xml/StaxStreamHandlerTests.java
4918https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/xml/StaxStreamXMLReaderTests.java
4919https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/xml/StaxUtilsTests.java
4920https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/xml/TransformerUtilsTests.java
4921https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/xml/XMLEventStreamReaderTests.java
4922https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/xml/XMLEventStreamWriterTests.java
4923https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java/org/springframework/util/xml/XmlValidationModeDetectorTests.java
4924https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/java21/org/springframework/core/task/VirtualThreadTaskExecutorTests.java
4925https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/kotlin/org/springframework/aot/hint/BindingReflectionHintsRegistrarKotlinTests.kt
4926https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/kotlin/org/springframework/aot/hint/JdkProxyHintExtensionsTests.kt
4927https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/kotlin/org/springframework/aot/hint/ProxyHintsExtensionsTests.kt
4928https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/kotlin/org/springframework/aot/hint/ReflectionHintsExtensionsTests.kt
4929https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/kotlin/org/springframework/aot/hint/ResourceHintsExtensionsTests.kt
4930https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/kotlin/org/springframework/aot/hint/SerializationHintsExtensionsTests.kt
4931https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/kotlin/org/springframework/aot/hint/TypeHintExtensionsTests.kt
4932https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/kotlin/org/springframework/core/AbstractReflectionParameterNameDiscovererKotlinTests.kt
4933https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/kotlin/org/springframework/core/BridgeMethodResolverKotlinTests.kt
4934https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/kotlin/org/springframework/core/CoroutinesUtilsTests.kt
4935https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/kotlin/org/springframework/core/DefaultParameterNameDiscovererKotlinTests.kt
4936https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/kotlin/org/springframework/core/GenericTypeResolverKotlinTests.kt
4937https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/kotlin/org/springframework/core/KotlinDetectorTests.kt
4938https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/kotlin/org/springframework/core/KotlinReflectionParameterNameDiscovererTests.kt
4939https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/kotlin/org/springframework/core/MethodParameterKotlinTests.kt
4940https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/kotlin/org/springframework/core/NullnessKotlinTests.kt
4941https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/kotlin/org/springframework/core/ReactiveAdapterRegistryKotlinTests.kt
4942https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/kotlin/org/springframework/core/annotation/FiltersWithoutAlias.kt
4943https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/kotlin/org/springframework/core/annotation/FilterWithAlias.kt
4944https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/kotlin/org/springframework/core/annotation/KotlinMergedAnnotationsTests.kt
4945https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/kotlin/org/springframework/core/annotation/PersonWithAlias.kt
4946https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/kotlin/org/springframework/core/annotation/PersonWithoutAlias.kt
4947https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/kotlin/org/springframework/core/convert/support/DefaultConversionServiceKotlinTests.kt
4948https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/kotlin/org/springframework/core/env/PropertyResolverExtensionsKotlinTests.kt
4949https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/kotlin/org/springframework/core/io/support/SpringFactoriesLoaderKotlinTests.kt
4950https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/log4j2-test.xml
4951https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/custom#root/scanned/resource#test1.txt
4952https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/custom#root/scanned/resource#test2.txt
4953https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/META-INF/spring.factories
4954https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/META-INF/custom/custom-spring.factories
4955https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/META-INF/spring/org.springframework.core.io.support.SpringFactoriesLoaderTests/test.factories
4956https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/aot/nativex/reachability-metadata-schema-v1.0.0.json
4957https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/core/codec/ResourceRegionEncoderTests.txt
4958https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/core/io/example.properties
4959https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/core/io/example.xml
4960https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/core/io/buffer/DataBufferUtilsTests.txt
4961https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/core/io/support/resource#test1.txt
4962https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/core/io/support/resource#test2.txt
4963https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/core/io/support/test.properties
4964https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/core/io/support/constructor-argument-factories/META-INF/spring.factories
4965https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/core/io/support/multiple-arguments-factories/META-INF/spring.factories
4966https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/core/io/support/test-resources/resource1.txt
4967https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/core/io/support/test-resources/resource2.txt
4968https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/core/io/support/test-resources/resource3.text
4969https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/util/testlog4j.properties
4970https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/util/xml/dtdWithCommentOnNextLine.xml
4971https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/util/xml/dtdWithLeadingComment.xml
4972https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/util/xml/dtdWithMultipleComments.xml
4973https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/util/xml/dtdWithNoComments.xml
4974https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/util/xml/dtdWithTrailingComment.xml
4975https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/util/xml/dtdWithTrailingCommentAcrossMultipleLines.xml
4976https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/util/xml/testContentHandler.xml
4977https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/util/xml/testLexicalHandler.xml
4978https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/util/xml/xsdWithDoctypeInComment.xml
4979https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/util/xml/xsdWithDoctypeInOpenCommentWithAdditionalCommentOnSameLine.xml
4980https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/util/xml/xsdWithMultipleComments.xml
4981https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/org/springframework/util/xml/xsdWithNoComments.xml
4982https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/scanned-resources/resource#test1.txt
4983https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/test/resources/scanned-resources/resource#test2.txt
4984https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/EnabledForTestGroups.java
4985https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/JavaUtilLoggingConfigurer.java
4986https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/TestGroup.java
4987https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/TestGroupsCondition.java
4988https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/TimeStamped.java
4989https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/aot/generate/value/EnumWithClassBody.java
4990https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/aot/generate/value/ExampleClass$$GeneratedBy.java
4991https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/aot/generate/value/ExampleClass.java
4992https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/aot/generator/visibility/ProtectedGenericParameter.java
4993https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/aot/generator/visibility/ProtectedParameter.java
4994https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/aot/generator/visibility/ProtectedType.java
4995https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/aot/generator/visibility/PublicFactoryBean.java
4996https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/codec/AbstractDecoderTests.java
4997https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/codec/AbstractEncoderTests.java
4998https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/env/MockPropertySource.java
4999https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/ide/IdeUtils.java
5000https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/io/ResourceTestUtils.java
5001https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/io/SerializationTestUtils.java
5002https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/io/buffer/AbstractDataBufferAllocatingTests.java
5003https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/io/buffer/AbstractLeakCheckingTests.java
5004https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/io/buffer/DataBufferTestUtils.java
5005https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/io/buffer/LeakAwareDataBuffer.java
5006https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/io/buffer/LeakAwareDataBufferFactory.java
5007https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/net/TestSocketUtils.java
5008https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/nullness/ClassMarkedJSpecifyProcessor.java
5009https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/nullness/CustomNullableProcessor.java
5010https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/nullness/JSpecifyProcessor.java
5011https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/nullness/NullnessFields.java
5012https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/nullness/custom/Nullable.java
5013https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/nullness/marked/package-info.java
5014https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/nullness/marked/PackageMarkedJSpecifyProcessor.java
5015https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/nullness/marked/unmarked/package-info.java
5016https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/nullness/marked/unmarked/PackageUnmarkedJSpecifyProcessor.java
5017https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/security/TestPrincipal.java
5018https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/stereotype/Component.java
5019https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/stereotype/Indexed.java
5020https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/xml/XmlContent.java
5021https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/xml/XmlContentAssert.java
5022https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/spring-core-test.gradle
5023https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/aot/agent/HintType.java
5024https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/aot/agent/InstrumentedBridgeMethods.java
5025https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/aot/agent/InstrumentedMethod.java
5026https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/aot/agent/InvocationsRecorderClassTransformer.java
5027https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/aot/agent/InvocationsRecorderClassVisitor.java
5028https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/aot/agent/MethodReference.java
5029https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/aot/agent/package-info.java
5030https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/aot/agent/RecordedInvocation.java
5031https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/aot/agent/RecordedInvocationsListener.java
5032https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/aot/agent/RecordedInvocationsPublisher.java
5033https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/aot/agent/RuntimeHintsAgent.java
5034https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/aot/test/agent/EnabledIfRuntimeHintsAgent.java
5035https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/aot/test/agent/package-info.java
5036https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/aot/test/agent/RuntimeHintsInvocations.java
5037https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/aot/test/agent/RuntimeHintsInvocationsAssert.java
5038https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/aot/test/agent/RuntimeHintsRecorder.java
5039https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/aot/test/generate/CompilerFiles.java
5040https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/aot/test/generate/package-info.java
5041https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/aot/test/generate/TestGenerationContext.java
5042https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/io/support/MockSpringFactoriesLoader.java
5043https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/io/support/package-info.java
5044https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/tools/ClassFile.java
5045https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/tools/ClassFiles.java
5046https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/tools/CompilationException.java
5047https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/tools/Compiled.java
5048https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/tools/CompileWithForkedClassLoader.java
5049https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/tools/CompileWithForkedClassLoaderClassLoader.java
5050https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/tools/CompileWithForkedClassLoaderExtension.java
5051https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/tools/DynamicClassFileObject.java
5052https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/tools/DynamicClassLoader.java
5053https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/tools/DynamicFile.java
5054https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/tools/DynamicFileAssert.java
5055https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/tools/DynamicFiles.java
5056https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/tools/DynamicJavaFileManager.java
5057https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/tools/DynamicJavaFileObject.java
5058https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/tools/DynamicResourceFileObject.java
5059https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/tools/package-info.java
5060https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/tools/ResourceFile.java
5061https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/tools/ResourceFileAssert.java
5062https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/tools/ResourceFiles.java
5063https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/tools/SourceFile.java
5064https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/tools/SourceFileAssert.java
5065https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/tools/SourceFiles.java
5066https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/tools/TestCompiler.java
5067https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/main/java/org/springframework/core/test/tools/WritableContent.java
5068https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/test/java/com/example/PackagePrivate.java
5069https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/test/java/com/example/PublicInterface.java
5070https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/test/java/org/springframework/aot/agent/InstrumentedMethodTests.java
5071https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/test/java/org/springframework/aot/agent/RecordedInvocationTests.java
5072https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/test/java/org/springframework/core/test/io/support/MockSpringFactoriesLoaderTests.java
5073https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/test/java/org/springframework/core/test/tools/ClassFilesTests.java
5074https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/test/java/org/springframework/core/test/tools/ClassFileTests.java
5075https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/test/java/org/springframework/core/test/tools/CompilationExceptionTests.java
5076https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/test/java/org/springframework/core/test/tools/CompiledTests.java
5077https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/test/java/org/springframework/core/test/tools/DynamicClassFileObjectTests.java
5078https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/test/java/org/springframework/core/test/tools/DynamicJavaFileManagerTests.java
5079https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/test/java/org/springframework/core/test/tools/DynamicJavaFileObjectTests.java
5080https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/test/java/org/springframework/core/test/tools/DynamicResourceFileObjectTests.java
5081https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/test/java/org/springframework/core/test/tools/ResourceFilesTests.java
5082https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/test/java/org/springframework/core/test/tools/ResourceFileTests.java
5083https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/test/java/org/springframework/core/test/tools/SourceFileAssertTests.java
5084https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/test/java/org/springframework/core/test/tools/SourceFilesTests.java
5085https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/test/java/org/springframework/core/test/tools/SourceFileTests.java
5086https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/test/java/org/springframework/core/test/tools/TestCompilerTests.java
5087https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/test/resources/com.example.Messages
5088https://github.com/spring-projects/spring-framework/tree/main/spring-core-test/src/test/resources/com.example.subpackage.Messages
5089https://github.com/spring-projects/spring-framework/tree/main/spring-expression/spring-expression.gradle
5090https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/jmh/java/org/springframework/expression/spel/SpelBenchmark.java
5091https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/AccessException.java
5092https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/BeanResolver.java
5093https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/ConstructorExecutor.java
5094https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/ConstructorResolver.java
5095https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/EvaluationContext.java
5096https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/EvaluationException.java
5097https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/Expression.java
5098https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/ExpressionException.java
5099https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/ExpressionInvocationTargetException.java
5100https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/ExpressionParser.java
5101https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/IndexAccessor.java
5102https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/MethodExecutor.java
5103https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/MethodFilter.java
5104https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/MethodResolver.java
5105https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/Operation.java
5106https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/OperatorOverloader.java
5107https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/package-info.java
5108https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/ParseException.java
5109https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/ParserContext.java
5110https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/PropertyAccessor.java
5111https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/TargetedAccessor.java
5112https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/TypeComparator.java
5113https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/TypeConverter.java
5114https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/TypedValue.java
5115https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/TypeLocator.java
5116https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/common/CompositeStringExpression.java
5117https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/common/ExpressionUtils.java
5118https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/common/LiteralExpression.java
5119https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/common/package-info.java
5120https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/common/TemplateAwareExpressionParser.java
5121https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/common/TemplateParserContext.java
5122https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/CodeFlow.java
5123https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/CompilableIndexAccessor.java
5124https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/CompilablePropertyAccessor.java
5125https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/CompiledExpression.java
5126https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ExpressionState.java
5127https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/InternalParseException.java
5128https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/package-info.java
5129https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/SpelCompilerMode.java
5130https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/SpelEvaluationException.java
5131https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/SpelMessage.java
5132https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/SpelNode.java
5133https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/SpelParseException.java
5134https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/SpelParserConfiguration.java
5135https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/AccessorUtils.java
5136https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/Assign.java
5137https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/BeanReference.java
5138https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/BooleanLiteral.java
5139https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/CompoundExpression.java
5140https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/ConstructorReference.java
5141https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/Elvis.java
5142https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/FloatLiteral.java
5143https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/FormatHelper.java
5144https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/FunctionReference.java
5145https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/Identifier.java
5146https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/Indexer.java
5147https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/InlineList.java
5148https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/InlineMap.java
5149https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/IntLiteral.java
5150https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/Literal.java
5151https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/LongLiteral.java
5152https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/MethodReference.java
5153https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/NullLiteral.java
5154https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpAnd.java
5155https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpDec.java
5156https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpDivide.java
5157https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpEQ.java
5158https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/Operator.java
5159https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/OperatorBetween.java
5160https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/OperatorInstanceof.java
5161https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/OperatorMatches.java
5162https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/OperatorNot.java
5163https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/OperatorPower.java
5164https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpGE.java
5165https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpGT.java
5166https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpInc.java
5167https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpLE.java
5168https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpLT.java
5169https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpMinus.java
5170https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpModulus.java
5171https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpMultiply.java
5172https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpNE.java
5173https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpOr.java
5174https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/OpPlus.java
5175https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/package-info.java
5176https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/Projection.java
5177https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/PropertyOrFieldReference.java
5178https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/QualifiedIdentifier.java
5179https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/RealLiteral.java
5180https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/Selection.java
5181https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/SpelNodeImpl.java
5182https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/StringLiteral.java
5183https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/Ternary.java
5184https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/TypeCode.java
5185https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/TypeReference.java
5186https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/ValueRef.java
5187https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/ast/VariableReference.java
5188https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/standard/InternalSpelExpressionParser.java
5189https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/standard/package-info.java
5190https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/standard/SpelCompiler.java
5191https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/standard/SpelExpression.java
5192https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/standard/SpelExpressionParser.java
5193https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/standard/Token.java
5194https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/standard/Tokenizer.java
5195https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/standard/TokenKind.java
5196https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/support/BooleanTypedValue.java
5197https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/support/DataBindingMethodResolver.java
5198https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/support/DataBindingPropertyAccessor.java
5199https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/support/package-info.java
5200https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/support/ReflectionHelper.java
5201https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/support/ReflectiveConstructorExecutor.java
5202https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/support/ReflectiveConstructorResolver.java
5203https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/support/ReflectiveIndexAccessor.java
5204https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/support/ReflectiveMethodExecutor.java
5205https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/support/ReflectiveMethodResolver.java
5206https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/support/ReflectivePropertyAccessor.java
5207https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/support/SimpleEvaluationContext.java
5208https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/support/StandardEvaluationContext.java
5209https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/support/StandardOperatorOverloader.java
5210https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/support/StandardTypeComparator.java
5211https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/support/StandardTypeConverter.java
5212https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/main/java/org/springframework/expression/spel/support/StandardTypeLocator.java
5213https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/example/Color.java
5214https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/example/FruitMap.java
5215https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/AbstractExpressionTests.java
5216https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/ArrayConstructorTests.java
5217https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/BooleanExpressionTests.java
5218https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/CachedMethodExecutorTests.java
5219https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/ComparatorTests.java
5220https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/CompilableMapAccessor.java
5221https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/ConstructorInvocationTests.java
5222https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/EvaluationTests.java
5223https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/ExpressionLanguageScenarioTests.java
5224https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/ExpressionStateTests.java
5225https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/ExpressionWithConversionTests.java
5226https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/IndexingTests.java
5227https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/ListTests.java
5228https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/LiteralExpressionTests.java
5229https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/LiteralTests.java
5230https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/MapAccessTests.java
5231https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/MapTests.java
5232https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/MethodInvocationTests.java
5233https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/OperatorOverloaderTests.java
5234https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/OperatorTests.java
5235https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/OptionalNullSafetyTests.java
5236https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/ParserErrorMessagesTests.java
5237https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/ParsingTests.java
5238https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/PropertyAccessTests.java
5239https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/PublicInterface.java
5240https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/PublicSuperclass.java
5241https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/ScenariosForSpringSecurityExpressionTests.java
5242https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/SelectionAndProjectionTests.java
5243https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/SetValueTests.java
5244https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/SpelCompilationCoverageTests.java
5245https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/SpelCompilationPerformanceTests.java
5246https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/SpelDocumentationTests.java
5247https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/SpelExceptionTests.java
5248https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/SpelReproTests.java
5249https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/SpelUtilities.java
5250https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/SpringExpressionTestSuite.java
5251https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/StandardTypeComparatorTests.java
5252https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/StandardTypeLocatorTests.java
5253https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/TemplateExpressionParsingTests.java
5254https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/TestScenarioCreator.java
5255https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/VariableAndFunctionTests.java
5256https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/ast/AccessorUtilsTests.java
5257https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/ast/FormatHelperTests.java
5258https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/ast/InlineCollectionTests.java
5259https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/ast/OpPlusTests.java
5260https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/spr10210/A.java
5261https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/spr10210/D.java
5262https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/spr10210/comp/B.java
5263https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/spr10210/infra/C.java
5264https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/standard/PropertiesConversionSpelTests.java
5265https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/standard/SpelCompilerTests.java
5266https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/standard/SpelExpressionTestUtils.java
5267https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/standard/SpelParserTests.java
5268https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/support/ReflectionHelperTests.java
5269https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/support/ReflectiveIndexAccessorTests.java
5270https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/support/SimpleEvaluationContextTests.java
5271https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/support/StandardComponentsTests.java
5272https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/support/StandardEvaluationContextTests.java
5273https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/testdata/PersonInOtherPackage.java
5274https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/testresources/ArrayContainer.java
5275https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/testresources/Company.java
5276https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/testresources/Fruit.java
5277https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/testresources/Inventor.java
5278https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/testresources/Person.java
5279https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/testresources/PlaceOfBirth.java
5280https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/testresources/RecordPerson.java
5281https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/testresources/TestAddress.java
5282https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/testresources/TestPerson.java
5283https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/java/org/springframework/expression/spel/testresources/le/div/mod/reserved/Reserver.java
5284https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/kotlin/org/springframework/expression/spel/SpelReproKotlinTests.kt
5285https://github.com/spring-projects/spring-framework/tree/main/spring-expression/src/test/resources/log4j2-test.xml
5286https://github.com/spring-projects/spring-framework/tree/main/spring-instrument/spring-instrument.gradle
5287https://github.com/spring-projects/spring-framework/tree/main/spring-instrument/src/main/java/org/springframework/instrument/InstrumentationSavingAgent.java
5288https://github.com/spring-projects/spring-framework/tree/main/spring-instrument/src/main/java/org/springframework/instrument/package-info.java
5289https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/spring-jdbc.gradle
5290https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/BadSqlGrammarException.java
5291https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/CannotGetJdbcConnectionException.java
5292https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/IncorrectResultSetColumnCountException.java
5293https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/InvalidResultSetAccessException.java
5294https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/JdbcUpdateAffectedIncorrectNumberOfRowsException.java
5295https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/LobRetrievalFailureException.java
5296https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/package-info.java
5297https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/SQLWarningException.java
5298https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/UncategorizedSQLException.java
5299https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/config/DatabasePopulatorConfigUtils.java
5300https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/config/EmbeddedDatabaseBeanDefinitionParser.java
5301https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/config/InitializeDatabaseBeanDefinitionParser.java
5302https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/config/JdbcNamespaceHandler.java
5303https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/config/package-info.java
5304https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/config/SortedResourcesFactoryBean.java
5305https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/AggregatedBatchUpdateException.java
5306https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/ArgumentPreparedStatementSetter.java
5307https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/ArgumentTypePreparedStatementSetter.java
5308https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/BatchPreparedStatementSetter.java
5309https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/BeanPropertyRowMapper.java
5310https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/CallableStatementCallback.java
5311https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/CallableStatementCreator.java
5312https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/CallableStatementCreatorFactory.java
5313https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/ColumnMapRowMapper.java
5314https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/ConnectionCallback.java
5315https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/DataClassRowMapper.java
5316https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/DisposableSqlTypeValue.java
5317https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/InterruptibleBatchPreparedStatementSetter.java
5318https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/JdbcOperations.java
5319https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/JdbcTemplate.java
5320https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/package-info.java
5321https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/ParameterDisposer.java
5322https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/ParameterizedPreparedStatementSetter.java
5323https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/ParameterMapper.java
5324https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/PreparedStatementCallback.java
5325https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/PreparedStatementCreator.java
5326https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/PreparedStatementCreatorFactory.java
5327https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/PreparedStatementSetter.java
5328https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/ResultSetExtractor.java
5329https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/ResultSetSupportingSqlParameter.java
5330https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/RowCallbackHandler.java
5331https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/RowCountCallbackHandler.java
5332https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/RowMapper.java
5333https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/RowMapperResultSetExtractor.java
5334https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/SimplePropertyRowMapper.java
5335https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/SingleColumnRowMapper.java
5336https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/SqlInOutParameter.java
5337https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/SqlOutParameter.java
5338https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/SqlParameter.java
5339https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/SqlParameterValue.java
5340https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/SqlProvider.java
5341https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/SqlReturnResultSet.java
5342https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/SqlReturnType.java
5343https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/SqlReturnUpdateCount.java
5344https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/SqlRowSetResultSetExtractor.java
5345https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/SqlTypeValue.java
5346https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/StatementCallback.java
5347https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/StatementCreatorUtils.java
5348https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/CallMetaDataContext.java
5349https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/CallMetaDataProvider.java
5350https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/CallMetaDataProviderFactory.java
5351https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/CallParameterMetaData.java
5352https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/Db2CallMetaDataProvider.java
5353https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/DerbyCallMetaDataProvider.java
5354https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/DerbyTableMetaDataProvider.java
5355https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/GenericCallMetaDataProvider.java
5356https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/GenericTableMetaDataProvider.java
5357https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/HanaCallMetaDataProvider.java
5358https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/HsqlTableMetaDataProvider.java
5359https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/OracleCallMetaDataProvider.java
5360https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/OracleTableMetaDataProvider.java
5361https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/package-info.java
5362https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/PostgresCallMetaDataProvider.java
5363https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/PostgresTableMetaDataProvider.java
5364https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/SqlServerCallMetaDataProvider.java
5365https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/SybaseCallMetaDataProvider.java
5366https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/TableMetaDataContext.java
5367https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/TableMetaDataProvider.java
5368https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/TableMetaDataProviderFactory.java
5369https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/TableParameterMetaData.java
5370https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/AbstractSqlParameterSource.java
5371https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/BeanPropertySqlParameterSource.java
5372https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/EmptySqlParameterSource.java
5373https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/MapSqlParameterSource.java
5374https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/NamedParameterJdbcDaoSupport.java
5375https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/NamedParameterJdbcOperations.java
5376https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/NamedParameterJdbcTemplate.java
5377https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/NamedParameterUtils.java
5378https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/package-info.java
5379https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/ParsedSql.java
5380https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/SimplePropertySqlParameterSource.java
5381https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/SqlParameterSource.java
5382https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/SqlParameterSourceUtils.java
5383https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/AbstractJdbcCall.java
5384https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/AbstractJdbcInsert.java
5385https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/DefaultJdbcClient.java
5386https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/JdbcClient.java
5387https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/package-info.java
5388https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/SimpleJdbcCall.java
5389https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/SimpleJdbcCallOperations.java
5390https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/SimpleJdbcInsert.java
5391https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/SimpleJdbcInsertOperations.java
5392https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/support/AbstractInterruptibleBatchPreparedStatementSetter.java
5393https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/support/AbstractLobCreatingPreparedStatementCallback.java
5394https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/support/AbstractLobStreamingResultSetExtractor.java
5395https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/support/AbstractSqlTypeValue.java
5396https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/support/JdbcBeanDefinitionReader.java
5397https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/support/JdbcDaoSupport.java
5398https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/support/package-info.java
5399https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/support/SqlBinaryValue.java
5400https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/support/SqlCharacterValue.java
5401https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/core/support/SqlLobValue.java
5402https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/AbstractDataSource.java
5403https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/AbstractDriverBasedDataSource.java
5404https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/ConnectionHandle.java
5405https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/ConnectionHolder.java
5406https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/ConnectionProxy.java
5407https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/DataSourceTransactionManager.java
5408https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/DataSourceUtils.java
5409https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/DelegatingDataSource.java
5410https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/DriverManagerDataSource.java
5411https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/IsolationLevelDataSourceAdapter.java
5412https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/JdbcTransactionObjectSupport.java
5413https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/LazyConnectionDataSourceProxy.java
5414https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/package-info.java
5415https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/ShardingKeyDataSourceAdapter.java
5416https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/ShardingKeyProvider.java
5417https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/SimpleConnectionHandle.java
5418https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/SimpleDriverDataSource.java
5419https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/SingleConnectionDataSource.java
5420https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/SmartDataSource.java
5421https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/TransactionAwareDataSourceProxy.java
5422https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/UserCredentialsDataSourceAdapter.java
5423https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/AbstractEmbeddedDatabaseConfigurer.java
5424https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/ConnectionProperties.java
5425https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/DataSourceFactory.java
5426https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/DerbyEmbeddedDatabaseConfigurer.java
5427https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabase.java
5428https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseBuilder.java
5429https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseConfigurer.java
5430https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseConfigurerDelegate.java
5431https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseConfigurers.java
5432https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseFactory.java
5433https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseFactoryBean.java
5434https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseFactoryRuntimeHints.java
5435https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseType.java
5436https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/H2EmbeddedDatabaseConfigurer.java
5437https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/HsqlEmbeddedDatabaseConfigurer.java
5438https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/OutputStreamFactory.java
5439https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/package-info.java
5440https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/SimpleDriverDataSourceFactory.java
5441https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/init/CannotReadScriptException.java
5442https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/init/CompositeDatabasePopulator.java
5443https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/init/DatabasePopulator.java
5444https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/init/DatabasePopulatorUtils.java
5445https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/init/DataSourceInitializer.java
5446https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/init/package-info.java
5447https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/init/ResourceDatabasePopulator.java
5448https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/init/ScriptException.java
5449https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/init/ScriptParseException.java
5450https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/init/ScriptStatementFailedException.java
5451https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/init/ScriptUtils.java
5452https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/init/UncategorizedScriptException.java
5453https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/lookup/AbstractRoutingDataSource.java
5454https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/lookup/BeanFactoryDataSourceLookup.java
5455https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/lookup/DataSourceLookup.java
5456https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/lookup/DataSourceLookupFailureException.java
5457https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/lookup/IsolationLevelDataSourceRouter.java
5458https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/lookup/JndiDataSourceLookup.java
5459https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/lookup/MapDataSourceLookup.java
5460https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/lookup/package-info.java
5461https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/lookup/SingleDataSourceLookup.java
5462https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/object/BatchSqlUpdate.java
5463https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/object/GenericSqlQuery.java
5464https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/object/GenericStoredProcedure.java
5465https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/object/MappingSqlQuery.java
5466https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/object/MappingSqlQueryWithParameters.java
5467https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/object/package-info.java
5468https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/object/RdbmsOperation.java
5469https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/object/SqlCall.java
5470https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/object/SqlFunction.java
5471https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/object/SqlOperation.java
5472https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/object/SqlQuery.java
5473https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/object/SqlUpdate.java
5474https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/object/StoredProcedure.java
5475https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/object/UpdatableSqlQuery.java
5476https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/AbstractFallbackSQLExceptionTranslator.java
5477https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/CustomSQLErrorCodesTranslation.java
5478https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/CustomSQLExceptionTranslatorRegistrar.java
5479https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/CustomSQLExceptionTranslatorRegistry.java
5480https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/DatabaseMetaDataCallback.java
5481https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/DatabaseStartupValidator.java
5482https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/GeneratedKeyHolder.java
5483https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/JdbcAccessor.java
5484https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/JdbcTransactionManager.java
5485https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/JdbcUtils.java
5486https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/KeyHolder.java
5487https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/MetaDataAccessException.java
5488https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/package-info.java
5489https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/SqlArrayValue.java
5490https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/SQLErrorCodes.java
5491https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/SQLErrorCodesFactory.java
5492https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/SQLErrorCodeSQLExceptionTranslator.java
5493https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/SQLExceptionSubclassTranslator.java
5494https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/SQLExceptionTranslator.java
5495https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/SQLStateSQLExceptionTranslator.java
5496https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/SqlValue.java
5497https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/AbstractColumnMaxValueIncrementer.java
5498https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/AbstractDataFieldMaxValueIncrementer.java
5499https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/AbstractIdentityColumnMaxValueIncrementer.java
5500https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/AbstractSequenceMaxValueIncrementer.java
5501https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/DataFieldMaxValueIncrementer.java
5502https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/Db2LuwMaxValueIncrementer.java
5503https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/Db2MainframeMaxValueIncrementer.java
5504https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/DerbyMaxValueIncrementer.java
5505https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/H2SequenceMaxValueIncrementer.java
5506https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/HanaSequenceMaxValueIncrementer.java
5507https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/HsqlMaxValueIncrementer.java
5508https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/HsqlSequenceMaxValueIncrementer.java
5509https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/MariaDBSequenceMaxValueIncrementer.java
5510https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/MySQLIdentityColumnMaxValueIncrementer.java
5511https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/MySQLMaxValueIncrementer.java
5512https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/OracleSequenceMaxValueIncrementer.java
5513https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/package-info.java
5514https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/PostgresSequenceMaxValueIncrementer.java
5515https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/SqlServerMaxValueIncrementer.java
5516https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/SqlServerSequenceMaxValueIncrementer.java
5517https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/SybaseAnywhereMaxValueIncrementer.java
5518https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/SybaseMaxValueIncrementer.java
5519https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/lob/AbstractLobHandler.java
5520https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/lob/DefaultLobHandler.java
5521https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/lob/LobCreator.java
5522https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/lob/LobHandler.java
5523https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/lob/package-info.java
5524https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/lob/PassThroughBlob.java
5525https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/lob/PassThroughClob.java
5526https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/lob/TemporaryLobCreator.java
5527https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/rowset/package-info.java
5528https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/rowset/ResultSetWrappingSqlRowSet.java
5529https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/rowset/ResultSetWrappingSqlRowSetMetaData.java
5530https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/rowset/SqlRowSet.java
5531https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/rowset/SqlRowSetMetaData.java
5532https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/xml/Jdbc4SqlXmlHandler.java
5533https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/xml/package-info.java
5534https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/xml/SqlXmlFeatureNotImplementedException.java
5535https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/xml/SqlXmlHandler.java
5536https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/xml/SqlXmlValue.java
5537https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/xml/XmlBinaryStreamProvider.java
5538https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/xml/XmlCharacterStreamProvider.java
5539https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/xml/XmlResultProvider.java
5540https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/kotlin/org/springframework/jdbc/core/JdbcOperationsExtensions.kt
5541https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/kotlin/org/springframework/jdbc/core/namedparam/MapSqlParameterSourceExtensions.kt
5542https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/resources/META-INF/spring.handlers
5543https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/resources/META-INF/spring.schemas
5544https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/resources/META-INF/spring.tooling
5545https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/resources/META-INF/spring/aot.factories
5546https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/resources/org/springframework/jdbc/config/spring-jdbc.gif
5547https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/resources/org/springframework/jdbc/config/spring-jdbc.xsd
5548https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/main/resources/org/springframework/jdbc/support/sql-error-codes.xml
5549https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/Customer.java
5550https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/config/InitializeDatabaseIntegrationTests.java
5551https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/config/JdbcNamespaceIntegrationTests.java
5552https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/AbstractRowMapperTests.java
5553https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/BeanPropertyRowMapperTests.java
5554https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/DataClassRowMapperTests.java
5555https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/JdbcTemplateQueryTests.java
5556https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/JdbcTemplateTests.java
5557https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/RowMapperTests.java
5558https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/SimplePropertyRowMapperTests.java
5559https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/SimpleRowCountCallbackHandler.java
5560https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/SingleColumnRowMapperTests.java
5561https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/StatementCreatorUtilsTests.java
5562https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/metadata/GenericCallMetaDataProviderTests.java
5563https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/namedparam/BeanPropertySqlParameterSourceTests.java
5564https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/namedparam/MapSqlParameterSourceTests.java
5565https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/namedparam/NamedParameterJdbcTemplateTests.java
5566https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/namedparam/NamedParameterQueryTests.java
5567https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/namedparam/NamedParameterUtilsTests.java
5568https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/simple/CallMetaDataContextTests.java
5569https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/simple/JdbcClientIndexedParameterTests.java
5570https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/simple/JdbcClientIntegrationTests.java
5571https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/simple/JdbcClientNamedParameterTests.java
5572https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/simple/JdbcClientQueryTests.java
5573https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/simple/SimpleJdbcCallTests.java
5574https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/simple/SimpleJdbcInsertIntegrationTests.java
5575https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/simple/SimpleJdbcInsertTests.java
5576https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/simple/TableMetaDataContextTests.java
5577https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/support/JdbcBeanDefinitionReaderTests.java
5578https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/support/JdbcDaoSupportTests.java
5579https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/support/LobSupportTests.java
5580https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/support/SqlBinaryValueTests.java
5581https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/support/SqlCharacterValueTests.java
5582https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/support/SqlLobValueTests.java
5583https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/test/AbstractPerson.java
5584https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/test/ConcretePerson.java
5585https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/test/ConstructorPerson.java
5586https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/test/ConstructorPersonWithGenerics.java
5587https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/test/ConstructorPersonWithSetters.java
5588https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/test/DatePerson.java
5589https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/test/EmailPerson.java
5590https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/test/ExtendedPerson.java
5591https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/test/Person.java
5592https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/core/test/SpacePerson.java
5593https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/DataSourceJtaTransactionTests.java
5594https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/DataSourceTransactionManagerTests.java
5595https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/DataSourceUtilsTests.java
5596https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/DelegatingDataSourceTests.java
5597https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/DriverManagerDataSourceTests.java
5598https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/IsolationLevelDataSourceAdapterTests.java
5599https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/LazyConnectionDataSourceProxyTests.java
5600https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/ShardingKeyDataSourceAdapterTests.java
5601https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/SingleConnectionDataSourceTests.java
5602https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/TestDataSourceWrapper.java
5603https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/UserCredentialsDataSourceAdapterTests.java
5604https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/embedded/AutoCommitDisabledH2EmbeddedDatabaseConfigurer.java
5605https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseBuilderTests.java
5606https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseFactoryBeanTests.java
5607https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseFactoryRuntimeHintsTests.java
5608https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseFactoryTests.java
5609https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/init/AbstractDatabaseInitializationTests.java
5610https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/init/AbstractDatabasePopulatorTests.java
5611https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/init/CompositeDatabasePopulatorTests.java
5612https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/init/H2DatabasePopulatorTests.java
5613https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/init/HsqlDatabasePopulatorTests.java
5614https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/init/ResourceDatabasePopulatorTests.java
5615https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/init/ScriptUtilsIntegrationTests.java
5616https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/init/ScriptUtilsTests.java
5617https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/lookup/AbstractRoutingDataSourceTests.java
5618https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/lookup/BeanFactoryDataSourceLookupTests.java
5619https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/lookup/IsolationLevelDataSourceRouterTests.java
5620https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/lookup/JndiDataSourceLookupTests.java
5621https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/lookup/MapDataSourceLookupTests.java
5622https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/lookup/StubDataSource.java
5623https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/object/BatchSqlUpdateTests.java
5624https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/object/CustomerMapper.java
5625https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/object/GenericSqlQueryTests.java
5626https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/object/GenericStoredProcedureTests.java
5627https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/object/RdbmsOperationTests.java
5628https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/object/SqlQueryTests.java
5629https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/object/SqlUpdateTests.java
5630https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/object/StoredProcedureTests.java
5631https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/support/CustomErrorCodeException.java
5632https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/support/CustomSqlExceptionTranslator.java
5633https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/support/CustomSQLExceptionTranslatorRegistrarTests.java
5634https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/support/DatabaseStartupValidatorTests.java
5635https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/support/DefaultLobHandlerTests.java
5636https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/support/JdbcTransactionManagerTests.java
5637https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/support/JdbcUtilsTests.java
5638https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/support/KeyHolderTests.java
5639https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/support/SqlArrayValueTests.java
5640https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/support/SQLErrorCodesFactoryTests.java
5641https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/support/SQLErrorCodeSQLExceptionTranslatorTests.java
5642https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/support/SQLExceptionCustomTranslatorTests.java
5643https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/support/SQLExceptionSubclassTranslatorTests.java
5644https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/support/SQLStateSQLExceptionTranslatorTests.java
5645https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/support/incrementer/DataFieldMaxValueIncrementerTests.java
5646https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/support/incrementer/H2SequenceMaxValueIncrementerTests.java
5647https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/java/org/springframework/jdbc/support/rowset/ResultSetWrappingRowSetTests.java
5648https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/kotlin/org/springframework/jdbc/core/DataClassRowMapperKotlinTests.kt
5649https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/kotlin/org/springframework/jdbc/core/JdbcOperationsExtensionsTests.kt
5650https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/kotlin/org/springframework/jdbc/core/namedparam/MapSqlParameterSourceExtensionsTests.kt
5651https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/data.sql
5652https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/log4j2-test.xml
5653https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/schema.sql
5654https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/db-drops.sql
5655https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/db-schema-derby.sql
5656https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/db-schema.sql
5657https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/db-test-data-endings.sql
5658https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/db-test-data.sql
5659https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/db-update-data.sql
5660https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/jdbc-config-custom-separator.xml
5661https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/jdbc-config-db-name-default-and-anonymous-datasource.xml
5662https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/jdbc-config-db-name-explicit.xml
5663https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/jdbc-config-db-name-generated.xml
5664https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/jdbc-config-db-name-implicit.xml
5665https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/jdbc-config-multiple-datasources.xml
5666https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/jdbc-config-pattern.xml
5667https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/jdbc-config.xml
5668https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/jdbc-destroy-config.xml
5669https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/jdbc-destroy-nested-config-h2.xml
5670https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/jdbc-destroy-nested-config.xml
5671https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/jdbc-initialize-cache-config.xml
5672https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/jdbc-initialize-config.xml
5673https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/jdbc-initialize-custom-separator.xml
5674https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/jdbc-initialize-endings-config.xml
5675https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/jdbc-initialize-endings-nested-config.xml
5676https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/jdbc-initialize-expression-config.xml
5677https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/jdbc-initialize-fail-config.xml
5678https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/jdbc-initialize-pattern-config.xml
5679https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/config/jdbc-initialize-placeholder-config.xml
5680https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/core/simple/order-data.sql
5681https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/core/simple/order-schema-with-custom-schema.sql
5682https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/core/simple/order-schema.sql
5683https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/embedded/db-schema-block-comments.sql
5684https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/embedded/db-schema-comments.sql
5685https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/embedded/db-schema-custom-comments.sql
5686https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/embedded/db-schema-derby-with-drop.sql
5687https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/embedded/db-schema-failed-drop-comments.sql
5688https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/embedded/db-schema-without-dropping.sql
5689https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/embedded/db-schema.sql
5690https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/embedded/db-test-data.sql
5691https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/db-schema-failed-drop-comments.sql
5692https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/db-schema.sql
5693https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/db-test-data-endings.sql
5694https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/db-test-data-escaped-literal.sql
5695https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/db-test-data-h2-alias.sql
5696https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/db-test-data-huge.sql
5697https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/db-test-data-multi-newline.sql
5698https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/db-test-data-multiple.sql
5699https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/db-test-data-mysql-escaped-literal.sql
5700https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/db-test-data-newline.sql
5701https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/db-test-data-select.sql
5702https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/db-test-data-whitespace.sql
5703https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/db-test-data.sql
5704https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/drop-users-schema.sql
5705https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/test-data-with-comments-and-leading-tabs.sql
5706https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/test-data-with-comments.sql
5707https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/test-data-with-multi-line-comments.sql
5708https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/test-data-with-multi-line-nested-comments.sql
5709https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/test-data-with-multi-prefix-comments.sql
5710https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/users-data-with-comments.sql
5711https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/users-data-with-single-quotes-nested-in-double-quotes.sql
5712https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/users-data-without-separator.sql
5713https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/users-data.sql
5714https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/users-schema-with-custom-schema.sql
5715https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/users-schema-without-separator.sql
5716https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/users-schema.sql
5717https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/object/GenericSqlQueryTests-context.xml
5718https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/object/GenericStoredProcedureTests-context.xml
5719https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/support/custom-error-codes.xml
5720https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/support/test-custom-translators-context.xml
5721https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/support/test-error-codes.xml
5722https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/support/wildcard-error-codes.xml
5723https://github.com/spring-projects/spring-framework/tree/main/spring-jdbc/src/test/resources/org/springframework/jdbc/support/incrementer/schema.sql
5724https://github.com/spring-projects/spring-framework/tree/main/spring-jms/spring-jms.gradle
5725https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/IllegalStateException.java
5726https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/InvalidClientIDException.java
5727https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/InvalidDestinationException.java
5728https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/InvalidSelectorException.java
5729https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/JmsException.java
5730https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/JmsSecurityException.java
5731https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/MessageEOFException.java
5732https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/MessageFormatException.java
5733https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/MessageNotReadableException.java
5734https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/MessageNotWriteableException.java
5735https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/package-info.java
5736https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/ResourceAllocationException.java
5737https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/TransactionInProgressException.java
5738https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/TransactionRolledBackException.java
5739https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/UncategorizedJmsException.java
5740https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/annotation/EnableJms.java
5741https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/annotation/JmsBootstrapConfiguration.java
5742https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/annotation/JmsListener.java
5743https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/annotation/JmsListenerAnnotationBeanPostProcessor.java
5744https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/annotation/JmsListenerConfigurer.java
5745https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/annotation/JmsListeners.java
5746https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/annotation/package-info.java
5747https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/config/AbstractJmsListenerContainerFactory.java
5748https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/config/AbstractJmsListenerEndpoint.java
5749https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/config/AbstractListenerContainerParser.java
5750https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/config/AnnotationDrivenJmsBeanDefinitionParser.java
5751https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/config/DefaultJcaListenerContainerFactory.java
5752https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/config/DefaultJmsListenerContainerFactory.java
5753https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/config/JcaListenerContainerParser.java
5754https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/config/JmsListenerConfigUtils.java
5755https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/config/JmsListenerContainerFactory.java
5756https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/config/JmsListenerContainerParser.java
5757https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/config/JmsListenerEndpoint.java
5758https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/config/JmsListenerEndpointRegistrar.java
5759https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/config/JmsListenerEndpointRegistry.java
5760https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/config/JmsNamespaceHandler.java
5761https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/config/MethodJmsListenerEndpoint.java
5762https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/config/package-info.java
5763https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/config/SimpleJmsListenerContainerFactory.java
5764https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/config/SimpleJmsListenerEndpoint.java
5765https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/connection/CachedMessageConsumer.java
5766https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/connection/CachedMessageProducer.java
5767https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/connection/CachingConnectionFactory.java
5768https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/connection/ChainedExceptionListener.java
5769https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/connection/ConnectionFactoriesRuntimeHints.java
5770https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/connection/ConnectionFactoryUtils.java
5771https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/connection/DelegatingConnectionFactory.java
5772https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/connection/JmsResourceHolder.java
5773https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/connection/JmsTransactionManager.java
5774https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/connection/package-info.java
5775https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/connection/SessionProxy.java
5776https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/connection/SingleConnectionFactory.java
5777https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/connection/SmartConnectionFactory.java
5778https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/connection/SynchedLocalTransactionFailedException.java
5779https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/connection/TransactionAwareConnectionFactoryProxy.java
5780https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/connection/UserCredentialsConnectionFactoryAdapter.java
5781https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/core/BrowserCallback.java
5782https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/core/DefaultJmsClient.java
5783https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/core/DefaultJmsClientBuilder.java
5784https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/core/JmsClient.java
5785https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/core/JmsMessageOperations.java
5786https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/core/JmsMessagingTemplate.java
5787https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/core/JmsOperations.java
5788https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/core/JmsTemplate.java
5789https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/core/MessageCreator.java
5790https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/core/MessagePostProcessor.java
5791https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/core/package-info.java
5792https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/core/ProducerCallback.java
5793https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/core/SessionCallback.java
5794https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/core/support/JmsGatewaySupport.java
5795https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/core/support/package-info.java
5796https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/listener/AbstractJmsListeningContainer.java
5797https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/listener/AbstractMessageListenerContainer.java
5798https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/listener/AbstractPollingMessageListenerContainer.java
5799https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/listener/DefaultMessageListenerContainer.java
5800https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/listener/LocallyExposedJmsResourceHolder.java
5801https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/listener/MessageListenerContainer.java
5802https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/listener/package-info.java
5803https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/listener/SessionAwareMessageListener.java
5804https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/listener/SimpleMessageListenerContainer.java
5805https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/listener/SubscriptionNameProvider.java
5806https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/listener/adapter/AbstractAdaptableMessageListener.java
5807https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/listener/adapter/JmsResponse.java
5808https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/listener/adapter/ListenerExecutionFailedException.java
5809https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/listener/adapter/MessageListenerAdapter.java
5810https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/listener/adapter/MessagingMessageListenerAdapter.java
5811https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/listener/adapter/package-info.java
5812https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/listener/adapter/ReplyFailureException.java
5813https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/listener/endpoint/DefaultJmsActivationSpecFactory.java
5814https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/listener/endpoint/JmsActivationSpecConfig.java
5815https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/listener/endpoint/JmsActivationSpecFactory.java
5816https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/listener/endpoint/JmsMessageEndpointFactory.java
5817https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/listener/endpoint/JmsMessageEndpointManager.java
5818https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/listener/endpoint/package-info.java
5819https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/listener/endpoint/StandardJmsActivationSpecFactory.java
5820https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/JmsAccessor.java
5821https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/JmsHeaderMapper.java
5822https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/JmsHeaders.java
5823https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/JmsMessageHeaderAccessor.java
5824https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/JmsUtils.java
5825https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/package-info.java
5826https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/QosSettings.java
5827https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/SimpleJmsHeaderMapper.java
5828https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/converter/JacksonJsonMessageConverter.java
5829https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/converter/MappingJackson2MessageConverter.java
5830https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/converter/MarshallingMessageConverter.java
5831https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/converter/MessageConversionException.java
5832https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/converter/MessageConverter.java
5833https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/converter/MessageType.java
5834https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/converter/MessagingMessageConverter.java
5835https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/converter/package-info.java
5836https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/converter/SimpleMessageConverter.java
5837https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/converter/SmartMessageConverter.java
5838https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/destination/BeanFactoryDestinationResolver.java
5839https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/destination/CachingDestinationResolver.java
5840https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/destination/DestinationResolutionException.java
5841https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/destination/DestinationResolver.java
5842https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/destination/DynamicDestinationResolver.java
5843https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/destination/JmsDestinationAccessor.java
5844https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/destination/JndiDestinationResolver.java
5845https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/java/org/springframework/jms/support/destination/package-info.java
5846https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/resources/META-INF/spring.handlers
5847https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/resources/META-INF/spring.schemas
5848https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/resources/META-INF/spring.tooling
5849https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/resources/META-INF/spring/aot.factories
5850https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/resources/org/springframework/jms/config/spring-jms.gif
5851https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/main/resources/org/springframework/jms/config/spring-jms.xsd
5852https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/core/task/StubTaskExecutor.java
5853https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jca/StubActivationSpec.java
5854https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jca/StubResourceAdapter.java
5855https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/StubConnectionFactory.java
5856https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/StubQueue.java
5857https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/StubTextMessage.java
5858https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/StubTopic.java
5859https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/annotation/AbstractJmsAnnotationDrivenTests.java
5860https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/annotation/AnnotationDrivenNamespaceTests.java
5861https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/annotation/EnableJmsTests.java
5862https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/annotation/JmsListenerAnnotationBeanPostProcessorTests.java
5863https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/config/JmsListenerContainerFactoryIntegrationTests.java
5864https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/config/JmsListenerContainerFactoryTests.java
5865https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/config/JmsListenerContainerTestFactory.java
5866https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/config/JmsListenerEndpointRegistrarTests.java
5867https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/config/JmsListenerEndpointRegistryTests.java
5868https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/config/JmsListenerEndpointTests.java
5869https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/config/JmsNamespaceHandlerTests.java
5870https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/config/MessageListenerTestContainer.java
5871https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/config/MethodJmsListenerEndpointTests.java
5872https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/config/SimpleJmsListenerEndpointTests.java
5873https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/connection/ConnectionFactoriesRuntimeHintsTests.java
5874https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/connection/JmsTransactionManagerTests.java
5875https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/connection/SingleConnectionFactoryTests.java
5876https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/connection/TestConnection.java
5877https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/connection/TestExceptionListener.java
5878https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/connection/UserCredentialsConnectionFactoryAdapterTests.java
5879https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/core/JmsClientTests.java
5880https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/core/JmsMessagingTemplateTests.java
5881https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/core/JmsTemplateJtaTests.java
5882https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/core/JmsTemplateObservationTests.java
5883https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/core/JmsTemplateTests.java
5884https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/core/JmsTemplateTransactedTests.java
5885https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/core/support/JmsGatewaySupportTests.java
5886https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/listener/DefaultMessageListenerContainerTests.java
5887https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/listener/MessageListenerContainerObservationTests.java
5888https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/listener/SimpleMessageListenerContainerTests.java
5889https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/listener/adapter/JmsResponseTests.java
5890https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/listener/adapter/MessageContentsDelegate.java
5891https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/listener/adapter/MessageDelegate.java
5892https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/listener/adapter/MessageListenerAdapterTests.java
5893https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/listener/adapter/MessagingMessageListenerAdapterIntegrationTests.java
5894https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/listener/adapter/MessagingMessageListenerAdapterTests.java
5895https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/listener/adapter/ResponsiveJmsTextMessageReturningMessageDelegate.java
5896https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/listener/adapter/ResponsiveMessageDelegate.java
5897https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/listener/adapter/StubMessageListenerAdapter.java
5898https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/listener/endpoint/DefaultJmsActivationSpecFactoryTests.java
5899https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/listener/endpoint/JmsActivationSpecConfigTests.java
5900https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/listener/endpoint/JmsMessageEndpointManagerTests.java
5901https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/listener/endpoint/StubJmsActivationSpec.java
5902https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/listener/endpoint/StubJmsActivationSpecFactory.java
5903https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/support/JmsAccessorTests.java
5904https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/support/JmsMessageHeaderAccessorTests.java
5905https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/support/SimpleJmsHeaderMapperTests.java
5906https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/support/SimpleMessageConverterTests.java
5907https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/support/converter/JacksonJsonMessageConverterTests.java
5908https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/support/converter/MappingJackson2MessageConverterTests.java
5909https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/support/converter/MarshallingMessageConverterTests.java
5910https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/support/converter/MessagingMessageConverterTests.java
5911https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/support/destination/DynamicDestinationResolverTests.java
5912https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/support/destination/JmsDestinationAccessorTests.java
5913https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/java/org/springframework/jms/support/destination/JndiDestinationResolverTests.java
5914https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/resources/log4j2-test.xml
5915https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/resources/org/springframework/jms/annotation/annotation-driven-custom-container-factory.xml
5916https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/resources/org/springframework/jms/annotation/annotation-driven-custom-handler-method-factory.xml
5917https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/resources/org/springframework/jms/annotation/annotation-driven-custom-registry.xml
5918https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/resources/org/springframework/jms/annotation/annotation-driven-default-container-factory.xml
5919https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/resources/org/springframework/jms/annotation/annotation-driven-full-config.xml
5920https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/resources/org/springframework/jms/annotation/annotation-driven-full-configurable-config.xml
5921https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/resources/org/springframework/jms/annotation/annotation-driven-jms-listener-repeatable.xml
5922https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/resources/org/springframework/jms/annotation/annotation-driven-jms-listeners.xml
5923https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/resources/org/springframework/jms/annotation/annotation-driven-sample-config.xml
5924https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/resources/org/springframework/jms/annotation/jms-listener.properties
5925https://github.com/spring-projects/spring-framework/tree/main/spring-jms/src/test/resources/org/springframework/jms/config/jmsNamespaceHandlerTests.xml
5926https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/spring-messaging.gradle
5927https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/jmh/java/org/springframework/messaging/simp/broker/DefaultSubscriptionRegistryBenchmark.java
5928https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/Message.java
5929https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/MessageChannel.java
5930https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/MessageDeliveryException.java
5931https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/MessageHandler.java
5932https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/MessageHandlingException.java
5933https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/MessageHeaders.java
5934https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/MessagingException.java
5935https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/package-info.java
5936https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/PollableChannel.java
5937https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/ReactiveMessageHandler.java
5938https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/SubscribableChannel.java
5939https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/converter/AbstractJsonMessageConverter.java
5940https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/converter/AbstractMessageConverter.java
5941https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/converter/ByteArrayMessageConverter.java
5942https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/converter/CompositeMessageConverter.java
5943https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/converter/ContentTypeResolver.java
5944https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/converter/DefaultContentTypeResolver.java
5945https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/converter/GenericMessageConverter.java
5946https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/converter/GsonMessageConverter.java
5947https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/converter/JacksonJsonMessageConverter.java
5948https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/converter/JsonbMessageConverter.java
5949https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/converter/KotlinSerializationJsonMessageConverter.java
5950https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/converter/MappingJackson2MessageConverter.java
5951https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/converter/MarshallingMessageConverter.java
5952https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/converter/MessageConversionException.java
5953https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/converter/MessageConverter.java
5954https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/converter/package-info.java
5955https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/converter/ProtobufJsonFormatMessageConverter.java
5956https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/converter/ProtobufMessageConverter.java
5957https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/converter/SimpleMessageConverter.java
5958https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/converter/SmartMessageConverter.java
5959https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/converter/StringMessageConverter.java
5960https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/core/AbstractDestinationResolvingMessagingTemplate.java
5961https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/core/AbstractMessageReceivingTemplate.java
5962https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/core/AbstractMessageSendingTemplate.java
5963https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/core/AbstractMessagingTemplate.java
5964https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/core/BeanFactoryMessageChannelDestinationResolver.java
5965https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/core/CachingDestinationResolverProxy.java
5966https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/core/CompositeMessagePostProcessor.java
5967https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/core/DestinationResolutionException.java
5968https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/core/DestinationResolver.java
5969https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/core/DestinationResolvingMessageReceivingOperations.java
5970https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/core/DestinationResolvingMessageRequestReplyOperations.java
5971https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/core/DestinationResolvingMessageSendingOperations.java
5972https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/core/GenericMessagingTemplate.java
5973https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/core/MessagePostProcessor.java
5974https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/core/MessageReceivingOperations.java
5975https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/core/MessageRequestReplyOperations.java
5976https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/core/MessageSendingOperations.java
5977https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/core/package-info.java
5978https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/AbstractMessageCondition.java
5979https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/CompositeMessageCondition.java
5980https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/DestinationPatternsMessageCondition.java
5981https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/HandlerMethod.java
5982https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/MessageCondition.java
5983https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/MessagingAdviceBean.java
5984https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/package-info.java
5985https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/DestinationVariable.java
5986https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/Header.java
5987https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/Headers.java
5988https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/MessageExceptionHandler.java
5989https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/MessageMapping.java
5990https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/MessageMappingReflectiveProcessor.java
5991https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/package-info.java
5992https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/Payload.java
5993https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/SendTo.java
5994https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/ValueConstants.java
5995https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/reactive/AbstractNamedValueMethodArgumentResolver.java
5996https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/reactive/ContinuationHandlerMethodArgumentResolver.java
5997https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/reactive/DestinationVariableMethodArgumentResolver.java
5998https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/reactive/HeaderMethodArgumentResolver.java
5999https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/reactive/HeadersMethodArgumentResolver.java
6000https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/reactive/MessageMappingMessageHandler.java
6001https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/reactive/package-info.java
6002https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/reactive/PayloadMethodArgumentResolver.java
6003https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/support/AbstractNamedValueMethodArgumentResolver.java
6004https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/support/AnnotationExceptionHandlerMethodResolver.java
6005https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/support/DefaultMessageHandlerMethodFactory.java
6006https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/support/DestinationVariableMethodArgumentResolver.java
6007https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/support/HeaderMethodArgumentResolver.java
6008https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/support/HeadersMethodArgumentResolver.java
6009https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/support/MessageHandlerMethodFactory.java
6010https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/support/MessageMethodArgumentResolver.java
6011https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/support/MethodArgumentNotValidException.java
6012https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/support/MethodArgumentTypeMismatchException.java
6013https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/support/package-info.java
6014https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/support/PayloadMethodArgumentResolver.java
6015https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/AbstractAsyncReturnValueHandler.java
6016https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/AbstractExceptionHandlerMethodResolver.java
6017https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/AbstractMethodMessageHandler.java
6018https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/AsyncHandlerMethodReturnValueHandler.java
6019https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/CompletableFutureReturnValueHandler.java
6020https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/HandlerMethodArgumentResolver.java
6021https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/HandlerMethodArgumentResolverComposite.java
6022https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/HandlerMethodReturnValueHandler.java
6023https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/HandlerMethodReturnValueHandlerComposite.java
6024https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/InvocableHandlerMethod.java
6025https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/MethodArgumentResolutionException.java
6026https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/package-info.java
6027https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/ReactiveReturnValueHandler.java
6028https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/reactive/AbstractEncoderMethodReturnValueHandler.java
6029https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/reactive/AbstractMethodMessageHandler.java
6030https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/reactive/ArgumentResolverConfigurer.java
6031https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/reactive/ChannelSendOperator.java
6032https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/reactive/HandlerMethodArgumentResolver.java
6033https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/reactive/HandlerMethodArgumentResolverComposite.java
6034https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/reactive/HandlerMethodReturnValueHandler.java
6035https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/reactive/HandlerMethodReturnValueHandlerComposite.java
6036https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/reactive/InvocableHandlerMethod.java
6037https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/reactive/InvocableHelper.java
6038https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/reactive/package-info.java
6039https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/reactive/ReturnValueHandlerConfigurer.java
6040https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/reactive/SyncHandlerMethodArgumentResolver.java
6041https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/DefaultMetadataExtractor.java
6042https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/DefaultRSocketRequester.java
6043https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/DefaultRSocketRequesterBuilder.java
6044https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/DefaultRSocketStrategies.java
6045https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/MetadataEncoder.java
6046https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/MetadataExtractor.java
6047https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/MetadataExtractorRegistry.java
6048https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/package-info.java
6049https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/PayloadUtils.java
6050https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/RSocketConnectorConfigurer.java
6051https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/RSocketRequester.java
6052https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/RSocketStrategies.java
6053https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/annotation/ConnectMapping.java
6054https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/annotation/package-info.java
6055https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/annotation/support/MessagingRSocket.java
6056https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/annotation/support/package-info.java
6057https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/annotation/support/RSocketFrameTypeMessageCondition.java
6058https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/annotation/support/RSocketMessageHandler.java
6059https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/annotation/support/RSocketPayloadReturnValueHandler.java
6060https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/annotation/support/RSocketRequesterMethodArgumentResolver.java
6061https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/service/DestinationVariableArgumentResolver.java
6062https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/service/MetadataArgumentResolver.java
6063https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/service/package-info.java
6064https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/service/PayloadArgumentResolver.java
6065https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/service/RSocketExchange.java
6066https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/service/RSocketExchangeBeanRegistrationAotProcessor.java
6067https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/service/RSocketExchangeReflectiveProcessor.java
6068https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/service/RSocketRequestValues.java
6069https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/service/RSocketServiceArgumentResolver.java
6070https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/service/RSocketServiceMethod.java
6071https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/rsocket/service/RSocketServiceProxyFactory.java
6072https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/package-info.java
6073https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/SimpAttributes.java
6074https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/SimpAttributesContextHolder.java
6075https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/SimpLogging.java
6076https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/SimpMessageHeaderAccessor.java
6077https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/SimpMessageMappingInfo.java
6078https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/SimpMessageSendingOperations.java
6079https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/SimpMessageType.java
6080https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/SimpMessageTypeMessageCondition.java
6081https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/SimpMessagingTemplate.java
6082https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/SimpSessionScope.java
6083https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/annotation/package-info.java
6084https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/annotation/SendToUser.java
6085https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/annotation/SubscribeMapping.java
6086https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/annotation/support/MissingSessionUserException.java
6087https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/annotation/support/package-info.java
6088https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/annotation/support/PrincipalMethodArgumentResolver.java
6089https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/annotation/support/SendToMethodReturnValueHandler.java
6090https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/annotation/support/SimpAnnotationMethodMessageHandler.java
6091https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/annotation/support/SubscriptionMethodReturnValueHandler.java
6092https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/broker/AbstractBrokerMessageHandler.java
6093https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/broker/AbstractSubscriptionRegistry.java
6094https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/broker/BrokerAvailabilityEvent.java
6095https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/broker/DefaultSubscriptionRegistry.java
6096https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/broker/OrderedMessageChannelDecorator.java
6097https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/broker/package-info.java
6098https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/broker/SimpleBrokerMessageHandler.java
6099https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/broker/SubscriptionRegistry.java
6100https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/config/AbstractBrokerRegistration.java
6101https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/config/AbstractMessageBrokerConfiguration.java
6102https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/config/ChannelRegistration.java
6103https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/config/MessageBrokerRegistry.java
6104https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/config/package-info.java
6105https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/config/SimpleBrokerRegistration.java
6106https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/config/StompBrokerRelayRegistration.java
6107https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/config/TaskExecutorRegistration.java
6108https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/BufferingStompDecoder.java
6109https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/ConnectionHandlingStompSession.java
6110https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/ConnectionLostException.java
6111https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/DefaultStompSession.java
6112https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/package-info.java
6113https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/ReactorNettyTcpStompClient.java
6114https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/SplittingStompEncoder.java
6115https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompBrokerRelayMessageHandler.java
6116https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompClientSupport.java
6117https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompCommand.java
6118https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompConversionException.java
6119https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompDecoder.java
6120https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompEncoder.java
6121https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompFrameHandler.java
6122https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompHeaderAccessor.java
6123https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompHeaders.java
6124https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompReactorNettyCodec.java
6125https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompSession.java
6126https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompSessionHandler.java
6127https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompSessionHandlerAdapter.java
6128https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompTcpConnectionHandler.java
6129https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompTcpMessageCodec.java
6130https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/user/DefaultUserDestinationResolver.java
6131https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/user/DestinationUserNameProvider.java
6132https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/user/MultiServerUserRegistry.java
6133https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/user/package-info.java
6134https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/user/SimpSession.java
6135https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/user/SimpSubscription.java
6136https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/user/SimpSubscriptionMatcher.java
6137https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/user/SimpUser.java
6138https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/user/SimpUserRegistry.java
6139https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/user/UserDestinationMessageHandler.java
6140https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/user/UserDestinationResolver.java
6141https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/user/UserDestinationResult.java
6142https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/simp/user/UserRegistryMessageHandler.java
6143https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/support/AbstractHeaderMapper.java
6144https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/support/AbstractMessageChannel.java
6145https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/support/AbstractSubscribableChannel.java
6146https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/support/ChannelInterceptor.java
6147https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/support/ErrorMessage.java
6148https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/support/ExecutorChannelInterceptor.java
6149https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/support/ExecutorSubscribableChannel.java
6150https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/support/GenericMessage.java
6151https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/support/HeaderMapper.java
6152https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/support/IdTimestampMessageHeaderInitializer.java
6153https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/support/ImmutableMessageChannelInterceptor.java
6154https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/support/InterceptableChannel.java
6155https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/support/MessageBuilder.java
6156https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/support/MessageHandlingRunnable.java
6157https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/support/MessageHeaderAccessor.java
6158https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/support/MessageHeaderInitializer.java
6159https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/support/NativeMessageHeaderAccessor.java
6160https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/support/package-info.java
6161https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/tcp/FixedIntervalReconnectStrategy.java
6162https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/tcp/package-info.java
6163https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/tcp/ReconnectStrategy.java
6164https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/tcp/TcpConnection.java
6165https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/tcp/TcpConnectionHandler.java
6166https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/tcp/TcpOperations.java
6167https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/tcp/reactor/AbstractNioBufferReactorNettyCodec.java
6168https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/tcp/reactor/package-info.java
6169https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/tcp/reactor/ReactorNettyCodec.java
6170https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/tcp/reactor/ReactorNettyTcpClient.java
6171https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/tcp/reactor/ReactorNettyTcpConnection.java
6172https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/java/org/springframework/messaging/tcp/reactor/TcpMessageCodec.java
6173https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/kotlin/org/springframework/messaging/rsocket/MetadataExtractorRegistryExtensions.kt
6174https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/kotlin/org/springframework/messaging/rsocket/RSocketRequesterExtensions.kt
6175https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/main/resources/META-INF/spring/aot.factories
6176https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/MessageHeadersTests.java
6177https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/StubMessageChannel.java
6178https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/converter/DefaultContentTypeResolverTests.java
6179https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/converter/GenericMessageConverterTests.java
6180https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/converter/GsonMessageConverterTests.java
6181https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/converter/JsonbMessageConverterTests.java
6182https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/converter/MappingJackson2MessageConverterTests.java
6183https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/converter/MarshallingMessageConverterTests.java
6184https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/converter/MessageConverterTests.java
6185https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/converter/ProtobufMessageConverterTests.java
6186https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/converter/SimpleMessageConverterTests.java
6187https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/converter/StringMessageConverterTests.java
6188https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/core/CachingDestinationResolverTests.java
6189https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/core/DestinationResolvingMessagingTemplateTests.java
6190https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/core/GenericMessagingTemplateTests.java
6191https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/core/MessageReceivingTemplateTests.java
6192https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/core/MessageRequestReplyTemplateTests.java
6193https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/core/MessageSendingTemplateTests.java
6194https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/core/TestMessagePostProcessor.java
6195https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/DestinationPatternsMessageConditionTests.java
6196https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/MessageMappingReflectiveProcessorTests.java
6197https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/MessagingPredicates.java
6198https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/reactive/DestinationVariableMethodArgumentResolverTests.java
6199https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/reactive/HeaderMethodArgumentResolverTests.java
6200https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/reactive/HeadersMethodArgumentResolverTests.java
6201https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/reactive/MessageMappingMessageHandlerTests.java
6202https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/reactive/PayloadMethodArgumentResolverTests.java
6203https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/support/AnnotationExceptionHandlerMethodResolverTests.java
6204https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/support/DefaultMessageHandlerMethodFactoryTests.java
6205https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/support/DestinationVariableMethodArgumentResolverTests.java
6206https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/support/HeaderMethodArgumentResolverTests.java
6207https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/support/HeadersMethodArgumentResolverTests.java
6208https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/support/MessageMethodArgumentResolverTests.java
6209https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/support/PayloadMethodArgumentResolverTests.java
6210https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/invocation/InvocableHandlerMethodTests.java
6211https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/invocation/MethodMessageHandlerTests.java
6212https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/invocation/ResolvableMethod.java
6213https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/invocation/StubArgumentResolver.java
6214https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/invocation/TestExceptionResolver.java
6215https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/invocation/reactive/EncoderMethodReturnValueHandlerTests.java
6216https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/invocation/reactive/InvocableHandlerMethodTests.java
6217https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/invocation/reactive/MethodMessageHandlerTests.java
6218https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/invocation/reactive/StubArgumentResolver.java
6219https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/invocation/reactive/TestEncoderMethodReturnValueHandler.java
6220https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/handler/invocation/reactive/TestReturnValueHandler.java
6221https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/protobuf/Msg.java
6222https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/protobuf/MsgOrBuilder.java
6223https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/protobuf/OuterSample.java
6224https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/protobuf/SecondMsg.java
6225https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/protobuf/SecondMsgOrBuilder.java
6226https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/rsocket/DefaultMetadataExtractorTests.java
6227https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/rsocket/DefaultRSocketRequesterBuilderTests.java
6228https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/rsocket/DefaultRSocketRequesterTests.java
6229https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/rsocket/DefaultRSocketStrategiesTests.java
6230https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/rsocket/LeakAwareNettyDataBufferFactory.java
6231https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/rsocket/MetadataEncoderTests.java
6232https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/rsocket/PayloadUtilsTests.java
6233https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/rsocket/RSocketBufferLeakTests.java
6234https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/rsocket/RSocketClientToServerIntegrationTests.java
6235https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/rsocket/RSocketServerToClientIntegrationTests.java
6236https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/rsocket/TestRSocket.java
6237https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/rsocket/annotation/support/RSocketFrameTypeMessageConditionTests.java
6238https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/rsocket/annotation/support/RSocketMessageHandlerTests.java
6239https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/rsocket/service/DestinationVariableArgumentResolverTests.java
6240https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/rsocket/service/MetadataArgumentResolverTests.java
6241https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/rsocket/service/PayloadArgumentResolverTests.java
6242https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/rsocket/service/RSocketExchangeBeanRegistrationAotProcessorTests.java
6243https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/rsocket/service/RSocketExchangeReflectiveProcessorTests.java
6244https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/rsocket/service/RSocketRequestValuesTests.java
6245https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/rsocket/service/RSocketServiceArgumentResolverTestSupport.java
6246https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/rsocket/service/RSocketServiceIntegrationTests.java
6247https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/rsocket/service/RSocketServiceMethodTests.java
6248https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/SimpAttributesContextHolderTests.java
6249https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/SimpAttributesTests.java
6250https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/SimpMessageHeaderAccessorTests.java
6251https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/SimpMessageTypeMessageConditionTests.java
6252https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/SimpMessagingTemplateTests.java
6253https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/SimpSessionScopeTests.java
6254https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/annotation/support/PrincipalMethodArgumentResolverTests.java
6255https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/annotation/support/SendToMethodReturnValueHandlerTests.java
6256https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/annotation/support/SimpAnnotationMethodMessageHandlerTests.java
6257https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/annotation/support/SubscriptionMethodReturnValueHandlerTests.java
6258https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/broker/BrokerMessageHandlerTests.java
6259https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/broker/DefaultSubscriptionRegistryTests.java
6260https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/broker/OrderedMessageChannelDecoratorTests.java
6261https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/broker/SimpleBrokerMessageHandlerTests.java
6262https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/config/ChannelRegistrationTests.java
6263https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/config/MessageBrokerConfigurationTests.java
6264https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/config/StompBrokerRelayRegistrationTests.java
6265https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/stomp/AbstractStompBrokerRelayIntegrationTests.java
6266https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/stomp/BufferingStompDecoderTests.java
6267https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/stomp/DefaultStompSessionTests.java
6268https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/stomp/ReactorNettyStompBrokerRelayIntegrationTests.java
6269https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/stomp/ReactorNettyTcpStompClientTests.java
6270https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/stomp/SplittingStompEncoderTests.java
6271https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/stomp/StompBrokerRelayMessageHandlerTests.java
6272https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/stomp/StompClientSupportTests.java
6273https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/stomp/StompCommandTests.java
6274https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/stomp/StompDecoderTests.java
6275https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/stomp/StompEncoderTests.java
6276https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/stomp/StompHeaderAccessorTests.java
6277https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/user/DefaultUserDestinationResolverTests.java
6278https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/user/MultiServerUserRegistryTests.java
6279https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/user/TestSimpSession.java
6280https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/user/TestSimpSubscription.java
6281https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/user/TestSimpUser.java
6282https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/user/UserDestinationMessageHandlerTests.java
6283https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/simp/user/UserRegistryMessageHandlerTests.java
6284https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/support/ChannelInterceptorTests.java
6285https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/support/ErrorMessageTests.java
6286https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/support/ExecutorSubscribableChannelTests.java
6287https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/support/MessageBuilderTests.java
6288https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/support/MessageHeaderAccessorTests.java
6289https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/java/org/springframework/messaging/support/NativeMessageHeaderAccessorTests.java
6290https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/kotlin/org/springframework/messaging/converter/KotlinSerializationJsonMessageConverterTests.kt
6291https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/kotlin/org/springframework/messaging/rsocket/MetadataExtractorRegistryExtensions.kt
6292https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/kotlin/org/springframework/messaging/rsocket/RSocketClientToServerCoroutinesIntegrationTests.kt
6293https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/kotlin/org/springframework/messaging/rsocket/RSocketRequesterExtensionsTests.kt
6294https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/kotlin/org/springframework/messaging/simp/annotation/support/SimpAnnotationMethodMessageHandlerKotlinTests.kt
6295https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/proto/sample.proto
6296https://github.com/spring-projects/spring-framework/tree/main/spring-messaging/src/test/resources/log4j2-test.xml
6297https://github.com/spring-projects/spring-framework/tree/main/spring-orm/spring-orm.gradle
6298https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/ObjectOptimisticLockingFailureException.java
6299https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/ObjectRetrievalFailureException.java
6300https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/package-info.java
6301https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/AbstractEntityManagerFactoryBean.java
6302https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/DefaultJpaDialect.java
6303https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/EntityManagerFactoryAccessor.java
6304https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/EntityManagerFactoryInfo.java
6305https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/EntityManagerFactoryUtils.java
6306https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/EntityManagerHolder.java
6307https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/EntityManagerProxy.java
6308https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/EntityManagerRuntimeHints.java
6309https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/ExtendedEntityManagerCreator.java
6310https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/JpaDialect.java
6311https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/JpaObjectRetrievalFailureException.java
6312https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/JpaOptimisticLockingFailureException.java
6313https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/JpaSystemException.java
6314https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/JpaTransactionManager.java
6315https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/JpaVendorAdapter.java
6316https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean.java
6317https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/LocalEntityManagerFactoryBean.java
6318https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/package-info.java
6319https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/SharedEntityManagerCreator.java
6320https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/hibernate/ConfigurableJtaPlatform.java
6321https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/hibernate/HibernateExceptionTranslator.java
6322https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/hibernate/HibernateTransactionManager.java
6323https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/hibernate/LocalSessionFactoryBean.java
6324https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/hibernate/LocalSessionFactoryBuilder.java
6325https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/hibernate/package-info.java
6326https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/hibernate/SessionHolder.java
6327https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/hibernate/SharedSessionCreator.java
6328https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/hibernate/SpringBeanContainer.java
6329https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/hibernate/SpringFlushSynchronization.java
6330https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/hibernate/SpringJtaSessionContext.java
6331https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/hibernate/SpringSessionContext.java
6332https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/hibernate/SpringSessionSynchronization.java
6333https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/ClassFileTransformerAdapter.java
6334https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/DefaultPersistenceUnitManager.java
6335https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/ManagedClassNameFilter.java
6336https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/MutablePersistenceUnitInfo.java
6337https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/package-info.java
6338https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/PersistenceManagedTypes.java
6339https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/PersistenceManagedTypesBeanRegistrationAotProcessor.java
6340https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/PersistenceManagedTypesScanner.java
6341https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/PersistenceUnitManager.java
6342https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/PersistenceUnitPostProcessor.java
6343https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/PersistenceUnitReader.java
6344https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/SimplePersistenceManagedTypes.java
6345https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/SmartPersistenceUnitInfo.java
6346https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/SpringPersistenceUnitInfo.java
6347https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/support/AsyncRequestInterceptor.java
6348https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/support/InjectionCodeGenerator.java
6349https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/support/OpenEntityManagerInViewFilter.java
6350https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/support/OpenEntityManagerInViewInterceptor.java
6351https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/support/package-info.java
6352https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/support/PersistenceAnnotationBeanPostProcessor.java
6353https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/support/SharedEntityManagerBean.java
6354https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/AbstractJpaVendorAdapter.java
6355https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/Database.java
6356https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/EclipseLinkJpaDialect.java
6357https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/EclipseLinkJpaVendorAdapter.java
6358https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/HibernateJpaDialect.java
6359https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/HibernateJpaVendorAdapter.java
6360https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/package-info.java
6361https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/SpringHibernateJpaPersistenceProvider.java
6362https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/resources/META-INF/native-image/org.springframework/spring-orm/native-image.properties
6363https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/main/resources/META-INF/spring/aot.factories
6364https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/AbstractContainerEntityManagerFactoryIntegrationTests.java
6365https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/AbstractEntityManagerFactoryBeanTests.java
6366https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/AbstractEntityManagerFactoryIntegrationTests.java
6367https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/ApplicationManagedEntityManagerIntegrationTests.java
6368https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/ContainerManagedEntityManagerIntegrationTests.java
6369https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/DefaultJpaDialectTests.java
6370https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/EntityManagerFactoryBeanSupportTests.java
6371https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/EntityManagerFactoryUtilsTests.java
6372https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/EntityManagerRuntimeHintsTests.java
6373https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/JpaTransactionManagerTests.java
6374https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/LocalContainerEntityManagerFactoryBeanTests.java
6375https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/LocalEntityManagerFactoryBeanTests.java
6376https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/SharedEntityManagerCreatorTests.java
6377https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/domain/DriversLicense.java
6378https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/domain/Employee.java
6379https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/domain/EmployeeCategory.java
6380https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/domain/EmployeeCategoryConverter.java
6381https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/domain/EmployeeId.java
6382https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/domain/EmployeeKind.java
6383https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/domain/EmployeeKindConverter.java
6384https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/domain/EmployeeLocation.java
6385https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/domain/EmployeeLocationConverter.java
6386https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/domain/MyDomain.java
6387https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/domain/Person.java
6388https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/domain/PersonListener.java
6389https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/domain2/package-info.java
6390https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/domain2/entity/User.java
6391https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/eclipselink/EclipseLinkEntityManagerFactoryIntegrationTests.java
6392https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/hibernate/HibernateEntityManagerFactoryIntegrationTests.java
6393https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/hibernate/HibernateJpaDialectTests.java
6394https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/hibernate/HibernateMultiEntityManagerFactoryIntegrationTests.java
6395https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/hibernate/HibernateNativeEntityManagerFactoryIntegrationTests.java
6396https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/hibernate/HibernateNativeEntityManagerFactorySpringBeanContainerIntegrationTests.java
6397https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/hibernate/beans/BeanSource.java
6398https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/hibernate/beans/MultiplePrototypesInSpringContextTestBean.java
6399https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/hibernate/beans/NoDefinitionInSpringContextTestBean.java
6400https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/hibernate/beans/SinglePrototypeInSpringContextTestBean.java
6401https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/hibernate/beans/TestBean.java
6402https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/hibernate/domain/Book.java
6403https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/persistenceunit/DefaultPersistenceUnitManagerTests.java
6404https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/persistenceunit/PersistenceManagedTypesBeanRegistrationAotProcessorTests.java
6405https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/persistenceunit/PersistenceManagedTypesScannerTests.java
6406https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/persistenceunit/PersistenceManagedTypesTests.java
6407https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/persistenceunit/PersistenceXmlParsingTests.java
6408https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/support/InjectionCodeGeneratorTests.java
6409https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/support/OpenEntityManagerInViewTests.java
6410https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/support/PersistenceAnnotationBeanPostProcessorAotContributionTests.java
6411https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/support/PersistenceContextTransactionTests.java
6412https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/support/PersistenceInjectionIntegrationTests.java
6413https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/support/PersistenceInjectionTests.java
6414https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/java/org/springframework/orm/jpa/support/SharedEntityManagerFactoryTests.java
6415https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/log4j2-test.xml
6416https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/order-supplemental.jar
6417https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/order.jar
6418https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/inject.xml
6419https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/insertPerson.sql
6420https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/jpa-archive.jar
6421https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/memdb.xml
6422https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/multi-jpa-emf.xml
6423https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/persistence-complex.xml
6424https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/persistence-example1.xml
6425https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/persistence-example2.xml
6426https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/persistence-example3.xml
6427https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/persistence-example4.xml
6428https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/persistence-example5.xml
6429https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/persistence-example6.xml
6430https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/persistence-exclude-1.0.xml
6431https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/persistence-exclude-2.0.xml
6432https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/persistence-invalid.xml
6433https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/persistence-no-schema.xml
6434https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/domain/persistence-context.xml
6435https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/domain/persistence-multi.xml
6436https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/domain/persistence.xml
6437https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/domain/spring.components
6438https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/eclipselink/eclipselink-manager.xml
6439https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/hibernate/hibernate-manager-multi.xml
6440https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/hibernate/hibernate-manager-native.xml
6441https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/hibernate/hibernate-manager.xml
6442https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/hibernate/inject-hibernate-spring-bean-container-tests.xml
6443https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/META-INF/persistence.xml
6444https://github.com/spring-projects/spring-framework/tree/main/spring-orm/src/test/resources/org/springframework/orm/jpa/persistenceunit/test-spring.components
6445https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/spring-oxm.gradle
6446https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/GenericMarshaller.java
6447https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/GenericUnmarshaller.java
6448https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/Marshaller.java
6449https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/MarshallingException.java
6450https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/MarshallingFailureException.java
6451https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/package-info.java
6452https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/UncategorizedMappingException.java
6453https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/Unmarshaller.java
6454https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/UnmarshallingFailureException.java
6455https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/ValidationFailureException.java
6456https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/XmlMappingException.java
6457https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/config/Jaxb2MarshallerBeanDefinitionParser.java
6458https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/config/OxmNamespaceHandler.java
6459https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/config/package-info.java
6460https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/jaxb/ClassPathJaxb2TypeScanner.java
6461https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/jaxb/Jaxb2Marshaller.java
6462https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/jaxb/package-info.java
6463https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/mime/MimeContainer.java
6464https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/mime/MimeMarshaller.java
6465https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/mime/MimeUnmarshaller.java
6466https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/mime/package-info.java
6467https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/support/AbstractMarshaller.java
6468https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/support/MarshallingSource.java
6469https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/support/package-info.java
6470https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/support/SaxResourceUtils.java
6471https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/xstream/CatchAllConverter.java
6472https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/xstream/package-info.java
6473https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/java/org/springframework/oxm/xstream/XStreamMarshaller.java
6474https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/resources/META-INF/spring.handlers
6475https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/resources/META-INF/spring.schemas
6476https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/resources/META-INF/spring.tooling
6477https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/resources/org/springframework/oxm/config/spring-oxm.gif
6478https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/main/resources/org/springframework/oxm/config/spring-oxm.xsd
6479https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/test/java/org/springframework/oxm/AbstractMarshallerTests.java
6480https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/test/java/org/springframework/oxm/AbstractUnmarshallerTests.java
6481https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/test/java/org/springframework/oxm/config/OxmNamespaceHandlerTests.java
6482https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/test/java/org/springframework/oxm/jaxb/Airplane.java
6483https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/test/java/org/springframework/oxm/jaxb/BinaryObject.java
6484https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/test/java/org/springframework/oxm/jaxb/Jaxb2MarshallerTests.java
6485https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/test/java/org/springframework/oxm/jaxb/Jaxb2UnmarshallerTests.java
6486https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/test/java/org/springframework/oxm/jaxb/Primitives.java
6487https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/test/java/org/springframework/oxm/jaxb/StandardClasses.java
6488https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/test/java/org/springframework/oxm/jaxb/XmlRegObjectFactory.java
6489https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/test/java/org/springframework/oxm/xstream/Flight.java
6490https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/test/java/org/springframework/oxm/xstream/Flights.java
6491https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/test/java/org/springframework/oxm/xstream/FlightSubclass.java
6492https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/test/java/org/springframework/oxm/xstream/XStreamMarshallerTests.java
6493https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/test/java/org/springframework/oxm/xstream/XStreamUnmarshallerTests.java
6494https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/test/resources/log4j2-test.xml
6495https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/test/resources/org/springframework/oxm/config/oxmNamespaceHandlerTest.xml
6496https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/test/resources/org/springframework/oxm/jaxb/jaxb2.xml
6497https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/test/resources/org/springframework/oxm/jaxb/spring-ws.png
6498https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/test/resources/org/springframework/oxm/jibx/binding.xml
6499https://github.com/spring-projects/spring-framework/tree/main/spring-oxm/src/test/schema/flight.xsd
6500https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/spring-r2dbc.gradle
6501https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/BadSqlGrammarException.java
6502https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/package-info.java
6503https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/UncategorizedR2dbcException.java
6504https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/ConnectionFactoryUtils.java
6505https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/ConnectionHolder.java
6506https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/DelegatingConnectionFactory.java
6507https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/package-info.java
6508https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/R2dbcTransactionManager.java
6509https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/SingleConnectionFactory.java
6510https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/TransactionAwareConnectionFactoryProxy.java
6511https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/init/CannotReadScriptException.java
6512https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/init/CompositeDatabasePopulator.java
6513https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/init/ConnectionFactoryInitializer.java
6514https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/init/DatabasePopulator.java
6515https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/init/package-info.java
6516https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/init/ResourceDatabasePopulator.java
6517https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/init/ScriptException.java
6518https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/init/ScriptParseException.java
6519https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/init/ScriptStatementFailedException.java
6520https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/init/ScriptUtils.java
6521https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/init/UncategorizedScriptException.java
6522https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/lookup/AbstractRoutingConnectionFactory.java
6523https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/lookup/BeanFactoryConnectionFactoryLookup.java
6524https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/lookup/ConnectionFactoryLookup.java
6525https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/lookup/ConnectionFactoryLookupFailureException.java
6526https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/lookup/MapConnectionFactoryLookup.java
6527https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/lookup/package-info.java
6528https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/lookup/SingleConnectionFactoryLookup.java
6529https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/BeanPropertyRowMapper.java
6530https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/BindParameterSource.java
6531https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/ColumnMapRowMapper.java
6532https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/ConnectionAccessor.java
6533https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/ConnectionFunction.java
6534https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/DatabaseClient.java
6535https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/DataClassRowMapper.java
6536https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/DefaultDatabaseClient.java
6537https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/DefaultDatabaseClientBuilder.java
6538https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/DefaultFetchSpec.java
6539https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/DelegateConnectionFunction.java
6540https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/ExecuteFunction.java
6541https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/FetchSpec.java
6542https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/MapBindParameterSource.java
6543https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/NamedParameterExpander.java
6544https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/NamedParameterUtils.java
6545https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/package-info.java
6546https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/Parameter.java
6547https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/ParsedSql.java
6548https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/PreparedOperation.java
6549https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/QueryOperation.java
6550https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/ResultFunction.java
6551https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/RowsFetchSpec.java
6552https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/SqlProvider.java
6553https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/StatementFilterFunction.java
6554https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/UpdatedRowsFetchSpec.java
6555https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/binding/AnonymousBindMarkers.java
6556https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/binding/Bindings.java
6557https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/binding/BindMarker.java
6558https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/binding/BindMarkers.java
6559https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/binding/BindMarkersFactory.java
6560https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/binding/BindMarkersFactoryResolver.java
6561https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/binding/BindTarget.java
6562https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/binding/IndexedBindMarkers.java
6563https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/binding/MutableBindings.java
6564https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/binding/NamedBindMarkers.java
6565https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/binding/package-info.java
6566https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/kotlin/org/springframework/r2dbc/core/DatabaseClientExtensions.kt
6567https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/kotlin/org/springframework/r2dbc/core/RowsFetchSpecExtensions.kt
6568https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/kotlin/org/springframework/r2dbc/core/UpdatedRowsFetchSpecExtensions.kt
6569https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/main/resources/META-INF/spring.factories
6570https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/connection/ConnectionFactoryUtilsTests.java
6571https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/connection/DelegatingConnectionFactoryTests.java
6572https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/connection/R2dbcTransactionManagerTests.java
6573https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/connection/SingleConnectionFactoryTests.java
6574https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/connection/TransactionAwareConnectionFactoryProxyTests.java
6575https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/connection/init/AbstractDatabasePopulatorTests.java
6576https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/connection/init/CompositeDatabasePopulatorTests.java
6577https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/connection/init/ConnectionFactoryInitializerTests.java
6578https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/connection/init/H2DatabasePopulatorIntegrationTests.java
6579https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/connection/init/ResourceDatabasePopulatorTests.java
6580https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/connection/init/ScriptUtilsTests.java
6581https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/connection/lookup/AbstractRoutingConnectionFactoryTests.java
6582https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/connection/lookup/BeanFactoryConnectionFactoryLookupTests.java
6583https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/connection/lookup/DummyConnectionFactory.java
6584https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/connection/lookup/MapConnectionFactoryLookupTests.java
6585https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/core/AbstractDatabaseClientIntegrationTests.java
6586https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/core/AbstractTransactionalDatabaseClientIntegrationTests.java
6587https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/core/DefaultDatabaseClientTests.java
6588https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/core/H2DatabaseClientContextIntegrationTests.java
6589https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/core/H2DatabaseClientIntegrationTests.java
6590https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/core/H2TransactionalDatabaseClientIntegrationTests.java
6591https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/core/NamedParameterUtilsTests.java
6592https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/core/R2dbcBeanPropertyRowMapperTests.java
6593https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/core/R2dbcDataClassRowMapperTests.java
6594https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/core/binding/AnonymousBindMarkersTests.java
6595https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/core/binding/BindingsTests.java
6596https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/core/binding/BindMarkersFactoryResolverTests.java
6597https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/core/binding/IndexedBindMarkersTests.java
6598https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/java/org/springframework/r2dbc/core/binding/NamedBindMarkersTests.java
6599https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/kotlin/org/springframework/r2dbc/core/DatabaseClientExtensionsTests.kt
6600https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/kotlin/org/springframework/r2dbc/core/RowsFetchSpecExtensionsTests.kt
6601https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/kotlin/org/springframework/r2dbc/core/UpdatedRowsFetchSpecExtensionsTests.kt
6602https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/resources/org/springframework/r2dbc/connection/init/db-schema-failed-drop-comments.sql
6603https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/resources/org/springframework/r2dbc/connection/init/db-schema.sql
6604https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/resources/org/springframework/r2dbc/connection/init/db-test-data-endings.sql
6605https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/resources/org/springframework/r2dbc/connection/init/db-test-data-escaped-literal.sql
6606https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/resources/org/springframework/r2dbc/connection/init/db-test-data-multi-newline.sql
6607https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/resources/org/springframework/r2dbc/connection/init/db-test-data-multiple.sql
6608https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/resources/org/springframework/r2dbc/connection/init/db-test-data-mysql-escaped-literal.sql
6609https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/resources/org/springframework/r2dbc/connection/init/db-test-data.sql
6610https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/resources/org/springframework/r2dbc/connection/init/test-data-with-comments-and-leading-tabs.sql
6611https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/resources/org/springframework/r2dbc/connection/init/test-data-with-comments.sql
6612https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/resources/org/springframework/r2dbc/connection/init/test-data-with-multi-line-comments.sql
6613https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/resources/org/springframework/r2dbc/connection/init/test-data-with-multi-line-nested-comments.sql
6614https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/resources/org/springframework/r2dbc/connection/init/test-data-with-multi-prefix-comments.sql
6615https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/resources/org/springframework/r2dbc/connection/init/users-data.sql
6616https://github.com/spring-projects/spring-framework/tree/main/spring-r2dbc/src/test/resources/org/springframework/r2dbc/connection/init/users-schema.sql
6617https://github.com/spring-projects/spring-framework/tree/main/spring-test/.springBeans
6618https://github.com/spring-projects/spring-framework/tree/main/spring-test/spring-test.gradle
6619https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/env/MockEnvironment.java
6620https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/env/MockPropertySource.java
6621https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/env/package-info.java
6622https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/http/MockHttpInputMessage.java
6623https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/http/MockHttpOutputMessage.java
6624https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/http/package-info.java
6625https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/http/client/MockClientHttpRequest.java
6626https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/http/client/MockClientHttpResponse.java
6627https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/http/client/package-info.java
6628https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/http/client/reactive/MockClientHttpRequest.java
6629https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/http/client/reactive/MockClientHttpResponse.java
6630https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/http/client/reactive/package-info.java
6631https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/http/server/reactive/MockServerHttpRequest.java
6632https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/http/server/reactive/MockServerHttpResponse.java
6633https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/http/server/reactive/package-info.java
6634https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/DelegatingServletInputStream.java
6635https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/DelegatingServletOutputStream.java
6636https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/HeaderValueHolder.java
6637https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/MockAsyncContext.java
6638https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/MockBodyContent.java
6639https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/MockCookie.java
6640https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/MockFilterChain.java
6641https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/MockFilterConfig.java
6642https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/MockFilterRegistration.java
6643https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/MockHttpServletMapping.java
6644https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/MockHttpServletRequest.java
6645https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/MockHttpServletResponse.java
6646https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/MockHttpSession.java
6647https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/MockJspWriter.java
6648https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/MockMultipartFile.java
6649https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/MockMultipartHttpServletRequest.java
6650https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/MockPageContext.java
6651https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/MockPart.java
6652https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/MockRequestDispatcher.java
6653https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/MockServletConfig.java
6654https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/MockServletContext.java
6655https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/MockSessionCookieConfig.java
6656https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/package-info.java
6657https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/PassThroughFilterChain.java
6658https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/reactive/function/server/MockServerRequest.java
6659https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/reactive/function/server/package-info.java
6660https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/server/MockServerWebExchange.java
6661https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/server/MockWebSession.java
6662https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/mock/web/server/package-info.java
6663https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/annotation/Commit.java
6664https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/annotation/DirtiesContext.java
6665https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/annotation/IfProfileValue.java
6666https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/annotation/package-info.java
6667https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/annotation/ProfileValueSource.java
6668https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/annotation/ProfileValueSourceConfiguration.java
6669https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/annotation/ProfileValueUtils.java
6670https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/annotation/Repeat.java
6671https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/annotation/Rollback.java
6672https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/annotation/SystemProfileValueSource.java
6673https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/annotation/TestAnnotationUtils.java
6674https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/annotation/Timed.java
6675https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/ActiveProfiles.java
6676https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/ActiveProfilesResolver.java
6677https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/ApplicationContextFailureProcessor.java
6678https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/BootstrapContext.java
6679https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/BootstrapUtils.java
6680https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/BootstrapWith.java
6681https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/CacheAwareContextLoaderDelegate.java
6682https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/ContextConfiguration.java
6683https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/ContextConfigurationAttributes.java
6684https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/ContextCustomizer.java
6685https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/ContextCustomizerFactories.java
6686https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/ContextCustomizerFactory.java
6687https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/ContextHierarchy.java
6688https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/ContextLoader.java
6689https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/ContextLoadException.java
6690https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/DefaultMethodInvoker.java
6691https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/DynamicPropertyRegistrar.java
6692https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/DynamicPropertyRegistry.java
6693https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/DynamicPropertySource.java
6694https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/MergedContextConfiguration.java
6695https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/MethodInvoker.java
6696https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/NestedTestConfiguration.java
6697https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/package-info.java
6698https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/SmartContextLoader.java
6699https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/TestConstructor.java
6700https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/TestContext.java
6701https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/TestContextAnnotationUtils.java
6702https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/TestContextBootstrapper.java
6703https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/TestContextManager.java
6704https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/TestExecutionListener.java
6705https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/TestExecutionListeners.java
6706https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/TestPropertySource.java
6707https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/TestPropertySources.java
6708https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/aot/AotContextLoader.java
6709https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/aot/AotTestAttributes.java
6710https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/aot/AotTestAttributesCodeGenerator.java
6711https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/aot/AotTestAttributesFactory.java
6712https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/aot/AotTestContextInitializers.java
6713https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/aot/AotTestContextInitializersCodeGenerator.java
6714https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/aot/AotTestContextInitializersFactory.java
6715https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/aot/AotTestExecutionListener.java
6716https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/aot/DefaultAotTestAttributes.java
6717https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/aot/DisabledInAotMode.java
6718https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/aot/DisabledInAotModeCondition.java
6719https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/aot/GeneratedMapUtils.java
6720https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/aot/MergedContextConfigurationRuntimeHints.java
6721https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/aot/package-info.java
6722https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/aot/TestAotProcessor.java
6723https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/aot/TestClassScanner.java
6724https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/aot/TestContextAotException.java
6725https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/aot/TestContextAotGenerator.java
6726https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/aot/TestContextGenerationContext.java
6727https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/aot/TestRuntimeHintsRegistrar.java
6728https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/BeanOverride.java
6729https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/BeanOverrideBeanFactoryPostProcessor.java
6730https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/BeanOverrideContextCustomizer.java
6731https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/BeanOverrideContextCustomizerFactory.java
6732https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/BeanOverrideHandler.java
6733https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/BeanOverrideProcessor.java
6734https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/BeanOverrideReflectiveProcessor.java
6735https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/BeanOverrideRegistry.java
6736https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/BeanOverrideStrategy.java
6737https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/BeanOverrideTestExecutionListener.java
6738https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/package-info.java
6739https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/WrapEarlyBeanPostProcessor.java
6740https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/convention/package-info.java
6741https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/convention/TestBean.java
6742https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/convention/TestBeanOverrideHandler.java
6743https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/convention/TestBeanOverrideProcessor.java
6744https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/convention/TestBeanReflectiveProcessor.java
6745https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/mockito/AbstractMockitoBeanOverrideHandler.java
6746https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/mockito/MockBeans.java
6747https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/mockito/MockitoBean.java
6748https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/mockito/MockitoBeanOverrideHandler.java
6749https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/mockito/MockitoBeanOverrideProcessor.java
6750https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/mockito/MockitoBeans.java
6751https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/mockito/MockitoResetTestExecutionListener.java
6752https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/mockito/MockitoSpyBean.java
6753https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/mockito/MockitoSpyBeanOverrideHandler.java
6754https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/mockito/MockitoSpyBeans.java
6755https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/mockito/MockReset.java
6756https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/mockito/package-info.java
6757https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/bean/override/mockito/SpringMockResolver.java
6758https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/cache/AotMergedContextConfiguration.java
6759https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/cache/ContextCache.java
6760https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/cache/ContextCacheUtils.java
6761https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/cache/DefaultCacheAwareContextLoaderDelegate.java
6762https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/cache/DefaultContextCache.java
6763https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/cache/package-info.java
6764https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/event/AfterTestClassEvent.java
6765https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/event/AfterTestExecutionEvent.java
6766https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/event/AfterTestMethodEvent.java
6767https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/event/ApplicationEvents.java
6768https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/event/ApplicationEventsApplicationListener.java
6769https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/event/ApplicationEventsHolder.java
6770https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/event/ApplicationEventsTestExecutionListener.java
6771https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/event/BeforeTestClassEvent.java
6772https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/event/BeforeTestExecutionEvent.java
6773https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/event/BeforeTestMethodEvent.java
6774https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/event/DefaultApplicationEvents.java
6775https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/event/EventPublishingTestExecutionListener.java
6776https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/event/package-info.java
6777https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/event/PrepareTestInstanceEvent.java
6778https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/event/RecordApplicationEvents.java
6779https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/event/TestContextEvent.java
6780https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/event/annotation/AfterTestClass.java
6781https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/event/annotation/AfterTestExecution.java
6782https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/event/annotation/AfterTestMethod.java
6783https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/event/annotation/BeforeTestClass.java
6784https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/event/annotation/BeforeTestExecution.java
6785https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/event/annotation/BeforeTestMethod.java
6786https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/event/annotation/package-info.java
6787https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/event/annotation/PrepareTestInstance.java
6788https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/hint/package-info.java
6789https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/hint/StandardTestRuntimeHints.java
6790https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/hint/TestContextRuntimeHints.java
6791https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/jdbc/MergedSqlConfig.java
6792https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/jdbc/package-info.java
6793https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/jdbc/Sql.java
6794https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/jdbc/SqlConfig.java
6795https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/jdbc/SqlGroup.java
6796https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/jdbc/SqlMergeMode.java
6797https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/jdbc/SqlScriptsTestExecutionListener.java
6798https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit/jupiter/AbstractExpressionEvaluatingCondition.java
6799https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit/jupiter/DisabledIf.java
6800https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit/jupiter/DisabledIfCondition.java
6801https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit/jupiter/EnabledIf.java
6802https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit/jupiter/EnabledIfCondition.java
6803https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit/jupiter/package-info.java
6804https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit/jupiter/SpringExtension.java
6805https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit/jupiter/SpringJUnitConfig.java
6806https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit/jupiter/web/package-info.java
6807https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit/jupiter/web/SpringJUnitWebConfig.java
6808https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit4/AbstractJUnit4SpringContextTests.java
6809https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit4/AbstractTransactionalJUnit4SpringContextTests.java
6810https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit4/package-info.java
6811https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit4/SpringJUnit4ClassRunner.java
6812https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit4/SpringRunner.java
6813https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit4/rules/package-info.java
6814https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit4/rules/SpringClassRule.java
6815https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit4/rules/SpringMethodRule.java
6816https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit4/statements/package-info.java
6817https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit4/statements/ProfileValueChecker.java
6818https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit4/statements/RunAfterTestClassCallbacks.java
6819https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit4/statements/RunAfterTestExecutionCallbacks.java
6820https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit4/statements/RunAfterTestMethodCallbacks.java
6821https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit4/statements/RunBeforeTestClassCallbacks.java
6822https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit4/statements/RunBeforeTestExecutionCallbacks.java
6823https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit4/statements/RunBeforeTestMethodCallbacks.java
6824https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit4/statements/RunPrepareTestInstanceCallbacks.java
6825https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit4/statements/SpringFailOnTimeout.java
6826https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/junit4/statements/SpringRepeat.java
6827https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/observation/MicrometerObservationRegistryTestExecutionListener.java
6828https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/observation/package-info.java
6829https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/AbstractContextLoader.java
6830https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/AbstractDelegatingSmartContextLoader.java
6831https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/AbstractDirtiesContextTestExecutionListener.java
6832https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/AbstractGenericContextLoader.java
6833https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/AbstractTestContextBootstrapper.java
6834https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/AbstractTestExecutionListener.java
6835https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/ActiveProfilesUtils.java
6836https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/AnnotationConfigContextLoader.java
6837https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/AnnotationConfigContextLoaderUtils.java
6838https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/ApplicationContextInitializerUtils.java
6839https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/CommonCachesTestExecutionListener.java
6840https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/ContextLoaderUtils.java
6841https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/DefaultActiveProfilesResolver.java
6842https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/DefaultBootstrapContext.java
6843https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/DefaultTestContext.java
6844https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/DefaultTestContextBootstrapper.java
6845https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/DelegatingSmartContextLoader.java
6846https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/DependencyInjectionTestExecutionListener.java
6847https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/DirtiesContextBeforeModesTestExecutionListener.java
6848https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/DirtiesContextTestExecutionListener.java
6849https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/DynamicPropertiesContextCustomizer.java
6850https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/DynamicPropertiesContextCustomizerFactory.java
6851https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/DynamicPropertyRegistrarBeanInitializer.java
6852https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/DynamicValuesPropertySource.java
6853https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/GenericGroovyXmlContextLoader.java
6854https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/GenericXmlContextLoader.java
6855https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/MergedTestPropertySources.java
6856https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/package-info.java
6857https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/PropertyProvider.java
6858https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/TestConstructorUtils.java
6859https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/TestPropertySourceAttributes.java
6860https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/support/TestPropertySourceUtils.java
6861https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/testng/AbstractTestNGSpringContextTests.java
6862https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/testng/AbstractTransactionalTestNGSpringContextTests.java
6863https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/testng/package-info.java
6864https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/transaction/AfterTransaction.java
6865https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/transaction/BeforeTransaction.java
6866https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/transaction/package-info.java
6867https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/transaction/TestContextTransactionUtils.java
6868https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/transaction/TestTransaction.java
6869https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/transaction/TransactionalTestExecutionListener.java
6870https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/transaction/TransactionContext.java
6871https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/transaction/TransactionContextHolder.java
6872https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/util/package-info.java
6873https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/util/TestContextFailureHandler.java
6874https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/util/TestContextResourceUtils.java
6875https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/util/TestContextSpringFactoriesUtils.java
6876https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/web/AbstractGenericWebContextLoader.java
6877https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/web/AnnotationConfigWebContextLoader.java
6878https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/web/GenericGroovyXmlWebContextLoader.java
6879https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/web/GenericXmlWebContextLoader.java
6880https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/web/package-info.java
6881https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/web/ServletTestExecutionListener.java
6882https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/web/WebAppConfiguration.java
6883https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/web/WebDelegatingSmartContextLoader.java
6884https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/web/WebMergedContextConfiguration.java
6885https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/web/WebTestContextBootstrapper.java
6886https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/web/socket/MockServerContainer.java
6887https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/web/socket/MockServerContainerContextCustomizer.java
6888https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/web/socket/MockServerContainerContextCustomizerFactory.java
6889https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/context/web/socket/package-info.java
6890https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/http/HttpHeadersAssert.java
6891https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/http/HttpMessageContentConverter.java
6892https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/http/MediaTypeAssert.java
6893https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/http/package-info.java
6894https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/jdbc/JdbcTestUtils.java
6895https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/jdbc/package-info.java
6896https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/json/AbstractJsonContentAssert.java
6897https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/json/AbstractJsonValueAssert.java
6898https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/json/JsonAssert.java
6899https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/json/JsonComparator.java
6900https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/json/JsonCompareMode.java
6901https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/json/JsonComparison.java
6902https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/json/JsonContent.java
6903https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/json/JsonContentAssert.java
6904https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/json/JsonLoader.java
6905https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/json/JsonPathValueAssert.java
6906https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/json/package-info.java
6907https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/util/AopTestUtils.java
6908https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/util/AssertionErrors.java
6909https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/util/ExceptionCollector.java
6910https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/util/JsonExpectationsHelper.java
6911https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/util/JsonPathExpectationsHelper.java
6912https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/util/MethodAssert.java
6913https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/util/package-info.java
6914https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/util/ReflectionTestUtils.java
6915https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/util/TestSocketUtils.java
6916https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/util/XmlExpectationsHelper.java
6917https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/util/XpathExpectationsHelper.java
6918https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/validation/AbstractBindingResultAssert.java
6919https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/validation/package-info.java
6920https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/ModelAndViewAssert.java
6921https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/package-info.java
6922https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/UriAssert.java
6923https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/client/AbstractRequestExpectationManager.java
6924https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/client/DefaultRequestExpectation.java
6925https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/client/ExpectedCount.java
6926https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/client/MockMvcClientHttpRequestFactory.java
6927https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/client/MockRestServiceServer.java
6928https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/client/package-info.java
6929https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/client/RequestExpectation.java
6930https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/client/RequestExpectationManager.java
6931https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/client/RequestMatcher.java
6932https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/client/ResponseActions.java
6933https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/client/ResponseCreator.java
6934https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/client/SimpleRequestExpectationManager.java
6935https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/client/UnorderedRequestExpectationManager.java
6936https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/client/match/ContentRequestMatchers.java
6937https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/client/match/JsonPathRequestMatchers.java
6938https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/client/match/MockRestRequestMatchers.java
6939https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/client/match/package-info.java
6940https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/client/match/XpathRequestMatchers.java
6941https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/client/response/DefaultResponseCreator.java
6942https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/client/response/ExecutingResponseCreator.java
6943https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/client/response/MockRestResponseCreators.java
6944https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/client/response/package-info.java
6945https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/reactive/server/AbstractMockServerSpec.java
6946https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/reactive/server/ApplicationContextSpec.java
6947https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/reactive/server/CookieAssertions.java
6948https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/reactive/server/DefaultControllerSpec.java
6949https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/reactive/server/DefaultMockServerSpec.java
6950https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/reactive/server/DefaultRouterFunctionSpec.java
6951https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/reactive/server/DefaultWebTestClient.java
6952https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/reactive/server/DefaultWebTestClientBuilder.java
6953https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/reactive/server/EncoderDecoderMappingProvider.java
6954https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/reactive/server/EntityExchangeResult.java
6955https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/reactive/server/ExchangeResult.java
6956https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/reactive/server/FluxExchangeResult.java
6957https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/reactive/server/HeaderAssertions.java
6958https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/reactive/server/HttpHandlerConnector.java
6959https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/reactive/server/JsonEncoderDecoder.java
6960https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/reactive/server/JsonPathAssertions.java
6961https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/reactive/server/MockServerClientHttpResponse.java
6962https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/reactive/server/MockServerConfigurer.java
6963https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/reactive/server/package-info.java
6964https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/reactive/server/StatusAssertions.java
6965https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/reactive/server/UserWebTestClientConfigurer.java
6966https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/reactive/server/WebTestClient.java
6967https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/reactive/server/WebTestClientConfigurer.java
6968https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/reactive/server/WiretapConnector.java
6969https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/reactive/server/XpathAssertions.java
6970https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/DefaultMvcResult.java
6971https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/DispatcherServletCustomizer.java
6972https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/MockMvc.java
6973https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/MockMvcBuilder.java
6974https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/MockMvcBuilderSupport.java
6975https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/MvcResult.java
6976https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/package-info.java
6977https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/RequestBuilder.java
6978https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/ResultActions.java
6979https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/ResultHandler.java
6980https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/ResultMatcher.java
6981https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/SmartRequestBuilder.java
6982https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/TestDispatcherServlet.java
6983https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/assertj/AbstractHttpServletRequestAssert.java
6984https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/assertj/AbstractHttpServletResponseAssert.java
6985https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/assertj/AbstractMockHttpServletRequestAssert.java
6986https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/assertj/AbstractMockHttpServletResponseAssert.java
6987https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/assertj/CookieMapAssert.java
6988https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/assertj/DefaultMvcTestResult.java
6989https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/assertj/HandlerResultAssert.java
6990https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/assertj/MockMvcTester.java
6991https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/assertj/ModelAssert.java
6992https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/assertj/MvcTestResult.java
6993https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/assertj/MvcTestResultAssert.java
6994https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/assertj/package-info.java
6995https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/client/CookieAssertions.java
6996https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/client/DefaultRestTestClient.java
6997https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/client/DefaultRestTestClientBuilder.java
6998https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/client/EntityExchangeResult.java
6999https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/client/ExchangeResult.java
7000https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/client/HeaderAssertions.java
7001https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/client/JsonPathAssertions.java
7002https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/client/MockMvcClientHttpRequestFactory.java
7003https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/client/MockMvcHttpConnector.java
7004https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/client/MockMvcWebTestClient.java
7005https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/client/MockMvcWebTestClientSpecs.java
7006https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/client/package-info.java
7007https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/client/RestTestClient.java
7008https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/client/StatusAssertions.java
7009https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/client/XpathAssertions.java
7010https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/htmlunit/DelegatingWebConnection.java
7011https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/htmlunit/ForwardRequestPostProcessor.java
7012https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/htmlunit/HostRequestMatcher.java
7013https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/htmlunit/HtmlUnitRequestBuilder.java
7014https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/htmlunit/MockMvcWebClientBuilder.java
7015https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/htmlunit/MockMvcWebConnection.java
7016https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/htmlunit/MockMvcWebConnectionBuilderSupport.java
7017https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/htmlunit/MockWebResponseBuilder.java
7018https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/htmlunit/package-info.java
7019https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/htmlunit/UrlRegexRequestMatcher.java
7020https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/htmlunit/WebRequestMatcher.java
7021https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/htmlunit/webdriver/MockMvcHtmlUnitDriverBuilder.java
7022https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/htmlunit/webdriver/package-info.java
7023https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/htmlunit/webdriver/WebConnectionHtmlUnitDriver.java
7024https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/request/AbstractMockHttpServletRequestBuilder.java
7025https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/request/AbstractMockMultipartHttpServletRequestBuilder.java
7026https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/request/ConfigurableSmartRequestBuilder.java
7027https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/request/MockHttpServletRequestBuilder.java
7028https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/request/MockMultipartHttpServletRequestBuilder.java
7029https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/request/MockMvcRequestBuilders.java
7030https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/request/package-info.java
7031https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/request/RequestPostProcessor.java
7032https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/result/ContentResultMatchers.java
7033https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/result/CookieResultMatchers.java
7034https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/result/FlashAttributeResultMatchers.java
7035https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/result/HandlerResultMatchers.java
7036https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/result/HeaderResultMatchers.java
7037https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/result/JsonPathResultMatchers.java
7038https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/result/MockMvcResultHandlers.java
7039https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/result/MockMvcResultMatchers.java
7040https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/result/ModelResultMatchers.java
7041https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/result/package-info.java
7042https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/result/PrintingResultHandler.java
7043https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/result/RequestResultMatchers.java
7044https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/result/StatusResultMatchers.java
7045https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/result/ViewResultMatchers.java
7046https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/result/XpathResultMatchers.java
7047https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/setup/AbstractMockMvcBuilder.java
7048https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/setup/ConfigurableMockMvcBuilder.java
7049https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/setup/DefaultMockMvcBuilder.java
7050https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/setup/MockMvcBuilders.java
7051https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/setup/MockMvcConfigurer.java
7052https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/setup/MockMvcConfigurerAdapter.java
7053https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/setup/MockMvcFilterDecorator.java
7054https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/setup/package-info.java
7055https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/setup/RouterFunctionMockMvcBuilder.java
7056https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/setup/SharedHttpSessionConfigurer.java
7057https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/setup/StandaloneMockMvcBuilder.java
7058https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/setup/StaticViewResolver.java
7059https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/servlet/setup/StubWebApplicationContext.java
7060https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/support/AbstractCookieAssertions.java
7061https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/support/AbstractHeaderAssertions.java
7062https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/support/AbstractJsonPathAssertions.java
7063https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/support/AbstractStatusAssertions.java
7064https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/support/AbstractXpathAssertions.java
7065https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/java/org/springframework/test/web/support/package-info.java
7066https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/kotlin/org/springframework/test/web/reactive/server/WebTestClientExtensions.kt
7067https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/kotlin/org/springframework/test/web/servlet/MockHttpServletRequestDsl.kt
7068https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/kotlin/org/springframework/test/web/servlet/MockMultipartHttpServletRequestDsl.kt
7069https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/kotlin/org/springframework/test/web/servlet/MockMvcExtensions.kt
7070https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/kotlin/org/springframework/test/web/servlet/MockMvcResultHandlersDsl.kt
7071https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/kotlin/org/springframework/test/web/servlet/MockMvcResultMatchersDsl.kt
7072https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/kotlin/org/springframework/test/web/servlet/ResultActionsDsl.kt
7073https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/kotlin/org/springframework/test/web/servlet/result/ContentResultMatchersDsl.kt
7074https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/kotlin/org/springframework/test/web/servlet/result/CookieResultMatchersDsl.kt
7075https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/kotlin/org/springframework/test/web/servlet/result/FlashAttributeResultMatchersDsl.kt
7076https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/kotlin/org/springframework/test/web/servlet/result/HeaderResultMatchersDsl.kt
7077https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/kotlin/org/springframework/test/web/servlet/result/JsonPathResultMatchersDsl.kt
7078https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/kotlin/org/springframework/test/web/servlet/result/ModelResultMatchersDsl.kt
7079https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/kotlin/org/springframework/test/web/servlet/result/RequestResultMatchersDsl.kt
7080https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/kotlin/org/springframework/test/web/servlet/result/StatusResultMatchersDsl.kt
7081https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/kotlin/org/springframework/test/web/servlet/result/StatusResultMatchersExtensions.kt
7082https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/kotlin/org/springframework/test/web/servlet/result/ViewResultMatchersDsl.kt
7083https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/kotlin/org/springframework/test/web/servlet/result/XpathResultMatchersDsl.kt
7084https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/resources/META-INF/spring.factories
7085https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/resources/META-INF/spring/aot.factories
7086https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/main/resources/mockito-extensions/org.mockito.plugins.MockResolver
7087https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/mock/http/server/reactive/MockServerHttpRequestTests.java
7088https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/mock/http/server/reactive/MockServerHttpResponseTests.java
7089https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/mock/web/MockCookieTests.java
7090https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/mock/web/MockFilterChainTests.java
7091https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/mock/web/MockHttpServletRequestTests.java
7092https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/mock/web/MockHttpServletResponseTests.java
7093https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/mock/web/MockHttpSessionTests.java
7094https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/mock/web/MockMultipartHttpServletRequestTests.java
7095https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/mock/web/MockPageContextTests.java
7096https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/mock/web/MockServletContextTests.java
7097https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/annotation/ProfileValueUtilsTests.java
7098https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/BootstrapTestUtils.java
7099https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/BootstrapUtilsTests.java
7100https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/ContextHierarchyDirtiesContextTests.java
7101https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/DynamicPropertiesTestSuite.java
7102https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/DynamicPropertyRegistrarIntegrationTests.java
7103https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/DynamicPropertySourceIntegrationTests.java
7104https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/MergedContextConfigurationTests.java
7105https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/OverriddenMetaAnnotationAttributesTestContextAnnotationUtilsTests.java
7106https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/SpringTestContextFrameworkTestSuite.java
7107https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/TestContextAnnotationUtilsTests.java
7108https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/TestContextConcurrencyTests.java
7109https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/TestContextManagerListenerExecutionOrderTests.java
7110https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/TestContextManagerMethodInvokerTests.java
7111https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/TestContextManagerSuppressedExceptionsTests.java
7112https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/TestContextTestUtils.java
7113https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/TestExecutionListenersTests.java
7114https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/AbstractAotContextLoader.java
7115https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/AbstractAotTests.java
7116https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/AotContextLoaderRuntimeHintsTests.java
7117https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/AotContextLoaderTests.java
7118https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/AotIntegrationTests.java
7119https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/DeclarativeRuntimeHintsTests.java
7120https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/DisabledInAotModeTests.java
7121https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/TestAotProcessorTests.java
7122https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/TestClassScannerTests.java
7123https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/TestContextAotGeneratorIntegrationTests.java
7124https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/TestContextAotGeneratorTests.java
7125https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/TestPropertySourceRuntimeHintsTests.java
7126https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/basic/BasicJupiterTests.java
7127https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/basic/BasicSpringJupiterImportedConfigTests.java
7128https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/basic/BasicSpringJupiterSharedConfigTests.java
7129https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/basic/BasicSpringJupiterTests.java
7130https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/basic/BasicSpringTestNGTests.java
7131https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/basic/BasicSpringVintageTests.java
7132https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/basic/BasicTestConfiguration.java
7133https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/basic/BasicTestNGTests.java
7134https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/basic/BasicVintageTests.java
7135https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/basic/DisabledInAotProcessingTests.java
7136https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/basic/DisabledInAotRuntimeClassLevelTests.java
7137https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/basic/DisabledInAotRuntimeMethodLevelTests.java
7138https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/basic/ImportsContextCustomizerFactory.java
7139https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/basic/SpanishActiveProfilesResolver.java
7140https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/bean/override/EasyMockBeanJupiterTests.java
7141https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/bean/override/GreetingServiceFactory.java
7142https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/bean/override/MockitoBeanJupiterTests.java
7143https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/bean/override/TestBeanJupiterTests.java
7144https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/common/DefaultMessageService.java
7145https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/common/GreetingService.java
7146https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/common/MessageService.java
7147https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/common/SpanishMessageService.java
7148https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/hints/DeclarativeRuntimeHintsSpringJupiterTests.java
7149https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/jdbc/SqlScriptsSpringJupiterTests.java
7150https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/management/Managed.java
7151https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/management/ManagementConfiguration.java
7152https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/management/ManagementMessageService.java
7153https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/suites/all/AllEnginesTestSuite.java
7154https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/suites/jupiter/JupiterTestSuite.java
7155https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/suites/nested/NestedTestSuite.java
7156https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/suites/testng/TestNGTestSuite.java
7157https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/suites/vintage/VintageTestSuite.java
7158https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/web/MessageController.java
7159https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/web/WebSpringJupiterTests.java
7160https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/web/WebSpringTestNGTests.java
7161https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/web/WebSpringVintageTests.java
7162https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/web/WebTestConfiguration.java
7163https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/xml/XmlSpringJupiterTests.java
7164https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/xml/XmlSpringTestNGTests.java
7165https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/aot/samples/xml/XmlSpringVintageTests.java
7166https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/async/AsyncMethodsSpringTestContextIntegrationTests.java
7167https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/BeanOverrideBeanFactoryPostProcessorTests.java
7168https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/BeanOverrideContextCustomizerFactoryTests.java
7169https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/BeanOverrideContextCustomizerTests.java
7170https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/BeanOverrideContextCustomizerTestUtils.java
7171https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/BeanOverrideHandlerTests.java
7172https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/BeanOverrideTestExecutionListenerTests.java
7173https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/BeanOverrideTestSuite.java
7174https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/BeanOverrideTestUtils.java
7175https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/DummyBean.java
7176https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/convention/TestBeanContextCustomizerEqualityTests.java
7177https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/convention/TestBeanForByNameLookupIntegrationTests.java
7178https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/convention/TestBeanForByTypeLookupIntegrationTests.java
7179https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/convention/TestBeanForExternalFactoryMethodIntegrationTests.java
7180https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/convention/TestBeanForInterfaceIntegrationTests.java
7181https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/convention/TestBeanForMultipleNestingLevelsIntegrationTests.java
7182https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/convention/TestBeanInheritanceIntegrationTests.java
7183https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/convention/TestBeanOverrideHandlerTests.java
7184https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/convention/TestBeanOverrideProcessorTests.java
7185https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/convention/TestBeanTests.java
7186https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/convention/TestBeanWithDirtiesContextBeforeMethodIntegrationTests.java
7187https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/convention/TestBeanWithMultipleExistingBeansAndOneNonFallbackIntegrationTests.java
7188https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/convention/hierarchies/TestBeanByNameInChildContextHierarchyTests.java
7189https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/convention/hierarchies/TestBeanByNameInParentAndChildContextHierarchyTests.java
7190https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/convention/hierarchies/TestBeanByNameInParentContextHierarchyTests.java
7191https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/convention/hierarchies/TestBeanByTypeInChildContextHierarchyTests.java
7192https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/convention/hierarchies/TestBeanByTypeInParentAndChildContextHierarchyTests.java
7193https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/convention/hierarchies/TestBeanByTypeInParentContextHierarchyTests.java
7194https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/easymock/EasyMockBean.java
7195https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/easymock/EasyMockBeanIntegrationTests.java
7196https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/easymock/EasyMockBeanOverrideHandler.java
7197https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/easymock/EasyMockBeanOverrideProcessor.java
7198https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/easymock/EasyMockBeans.java
7199https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/easymock/EasyMockResetTestExecutionListener.java
7200https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/example/CustomQualifier.java
7201https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/example/ExampleGenericService.java
7202https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/example/ExampleGenericServiceCaller.java
7203https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/example/ExampleService.java
7204https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/example/ExampleServiceCaller.java
7205https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/example/FailingExampleService.java
7206https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/example/IntegerExampleGenericService.java
7207https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/example/package-info.java
7208https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/example/RealExampleService.java
7209https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/example/SimpleExampleService.java
7210https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/example/StringExampleGenericService.java
7211https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/example/TestBeanFactory.java
7212https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/AbstractMockitoBeanNestedAndTypeHierarchiesWithSuperclassPresentTwiceTests.java
7213https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoBeanConfigurationErrorTests.java
7214https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoBeanContextCustomizerEqualityTests.java
7215https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoBeanDuplicateTypeCreationIntegrationTests.java
7216https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoBeanDuplicateTypeReplacementIntegrationTests.java
7217https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoBeanForBrokenFactoryBeanIntegrationTests.java
7218https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoBeanForByNameLookupIntegrationTests.java
7219https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoBeanForByTypeLookupIntegrationTests.java
7220https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoBeanForFactoryBeanIntegrationTests.java
7221https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoBeanManuallyRegisteredSingletonTests.java
7222https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoBeanNestedAndTypeHierarchiesWithEnclosingClassPresentTwiceTests.java
7223https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoBeanNestedAndTypeHierarchiesWithSuperclassPresentTwiceTests.java
7224https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoBeanNestedTests.java
7225https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoBeanOverrideHandlerTests.java
7226https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoBeanOverrideProcessorTests.java
7227https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoBeanOverridesTestBeanIntegrationTests.java
7228https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoBeanSuperAndSubtypeIntegrationTests.java
7229https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoBeanWithInterfacePresentTwiceTests.java
7230https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoBeanWithResetIntegrationTests.java
7231https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoResetTestExecutionListenerWithMockitoBeanIntegrationTests.java
7232https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoResetTestExecutionListenerWithoutMockitoAnnotationsIntegrationTests.java
7233https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoSpyBeanConfigurationErrorTests.java
7234https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoSpyBeanDuplicateTypeIntegrationTests.java
7235https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoSpyBeanForByNameLookupIntegrationTests.java
7236https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoSpyBeanForByTypeLookupIntegrationTests.java
7237https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoSpyBeanForFactoryBeanIntegrationTests.java
7238https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoSpyBeanOverrideHandlerTests.java
7239https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockitoSpyBeanWithResetIntegrationTests.java
7240https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/MockResetStrategiesIntegrationTests.java
7241https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/SpringMockResolverIntegrationTests.java
7242https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/SpringMockResolverTests.java
7243https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/hierarchies/BarService.java
7244https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/hierarchies/ErrorIfContextReloadedConfig.java
7245https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/hierarchies/FooService.java
7246https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/hierarchies/MockitoBeanAndContextHierarchyParentIntegrationTests.java
7247https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/hierarchies/MockitoBeanByNameInChildContextHierarchyTests.java
7248https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/hierarchies/MockitoBeanByNameInParentAndChildContextHierarchyTests.java
7249https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/hierarchies/MockitoBeanByNameInParentContextHierarchyTests.java
7250https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/hierarchies/MockitoBeanByTypeInChildContextHierarchyTests.java
7251https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/hierarchies/MockitoBeanByTypeInParentAndChildContextHierarchyTests.java
7252https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/hierarchies/MockitoBeanByTypeInParentContextHierarchyTests.java
7253https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/hierarchies/MockitoSpyBeanAndContextHierarchyChildIntegrationTests.java
7254https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/hierarchies/MockitoSpyBeanByNameInChildContextHierarchyTests.java
7255https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/hierarchies/MockitoSpyBeanByNameInParentAndChildContextHierarchyTests.java
7256https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/hierarchies/MockitoSpyBeanByNameInParentAndChildContextHierarchyV2Tests.java
7257https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/hierarchies/MockitoSpyBeanByNameInParentContextHierarchyTests.java
7258https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/hierarchies/MockitoSpyBeanByTypeInChildContextHierarchyTests.java
7259https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/hierarchies/MockitoSpyBeanByTypeInParentAndChildContextHierarchyTests.java
7260https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/hierarchies/MockitoSpyBeanByTypeInParentContextHierarchyTests.java
7261https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/hierarchies/MockitoSpyBeansByTypeInParentAndChildContextHierarchyTests.java
7262https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/hierarchies/ReusedParentConfigV1Tests.java
7263https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/hierarchies/ReusedParentConfigV2Tests.java
7264https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/AbstractMockitoBeanAndGenericsIntegrationTests.java
7265https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/MockitoBeanAndAsyncInterfaceMethodIntegrationTests.java
7266https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/MockitoBeanAndGenericsIntegrationTests.java
7267https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/MockitoBeanAndScopedProxyIntegrationTests.java
7268https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/MockitoBeanAndSpringAopProxyIntegrationTests.java
7269https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/MockitoBeanUsedDuringApplicationContextRefreshIntegrationTests.java
7270https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/MockitoBeanWithCustomQualifierAnnotationByNameTests.java
7271https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/MockitoBeanWithCustomQualifierAnnotationByTypeTests.java
7272https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/MockitoBeanWithDirtiesContextBeforeMethodIntegrationTests.java
7273https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/MockitoBeanWithGenericsOnTestFieldForNewBeanIntegrationTests.java
7274https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/MockitoBeanWithMultipleExistingBeansAndExplicitBeanNameIntegrationTests.java
7275https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/MockitoBeanWithMultipleExistingBeansAndExplicitQualifierIntegrationTests.java
7276https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/MockitoBeanWithMultipleExistingBeansAndOnePrimaryAndOneConflictingQualifierIntegrationTests.java
7277https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/MockitoBeanWithMultipleExistingBeansAndOnePrimaryIntegrationTests.java
7278https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/MockitoSpyBeanAndCircularDependenciesWithAutowiredSettersIntegrationTests.java
7279https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/MockitoSpyBeanAndCircularDependenciesWithLazyResolutionProxyIntegrationTests.java
7280https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/MockitoSpyBeanAndSpringAopProxyIntegrationTests.java
7281https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/MockitoSpyBeanUsedDuringApplicationContextRefreshIntegrationTests.java
7282https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/MockitoSpyBeanWithCustomQualifierAnnotationByNameTests.java
7283https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/MockitoSpyBeanWithCustomQualifierAnnotationByTypeTests.java
7284https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/MockitoSpyBeanWithDirtiesContextBeforeMethodIntegrationTests.java
7285https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/MockitoSpyBeanWithGenericsOnTestFieldForExistingGenericBeanIntegrationTests.java
7286https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/MockitoSpyBeanWithGenericsOnTestFieldForExistingGenericBeanProducedByFactoryBeanIntegrationTests.java
7287https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/MockitoSpyBeanWithMultipleExistingBeansAndExplicitBeanNameIntegrationTests.java
7288https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/MockitoSpyBeanWithMultipleExistingBeansAndExplicitQualifierIntegrationTests.java
7289https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/MockitoSpyBeanWithMultipleExistingBeansAndOnePrimaryIntegrationTests.java
7290https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/integration/SpringExtensionAndMockitoExtensionIntegrationTests.java
7291https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/MockitoBeansByNameIntegrationTests.java
7292https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/MockitoBeansByTypeIntegrationTests.java
7293https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/MockitoBeansTests.java
7294https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/MockitoSpyBeansByNameIntegrationTests.java
7295https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/MockitoSpyBeansByTypeIntegrationTests.java
7296https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/MockitoSpyBeansTests.java
7297https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/MockTestInterface01.java
7298https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/MockTestInterface08.java
7299https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/MockTestInterface11.java
7300https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/Service.java
7301https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/Service01.java
7302https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/Service02.java
7303https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/Service03.java
7304https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/Service04.java
7305https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/Service05.java
7306https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/Service06.java
7307https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/Service07.java
7308https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/Service08.java
7309https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/Service09.java
7310https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/Service10.java
7311https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/Service11.java
7312https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/Service12.java
7313https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/Service13.java
7314https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/SharedMocks.java
7315https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/SharedSpies.java
7316https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/SpyTestInterface01.java
7317https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/SpyTestInterface08.java
7318https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/bean/override/mockito/typelevel/SpyTestInterface11.java
7319https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/cache/AotMergedContextConfigurationTests.java
7320https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/cache/ClassLevelDirtiesContextTestNGTests.java
7321https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/cache/ClassLevelDirtiesContextTests.java
7322https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/cache/ContextCacheTests.java
7323https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/cache/ContextCacheTestUtils.java
7324https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/cache/ContextCacheUtilsTests.java
7325https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/cache/ContextFailureThresholdTests.java
7326https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/cache/ContextHierarchyLevel1TestCase.java
7327https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/cache/ContextHierarchyLevel2TestCase.java
7328https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/cache/ContextHierarchyLevel3a1TestCase.java
7329https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/cache/ContextHierarchyLevel3a2TestCase.java
7330https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/cache/ContextHierarchyLevel3bTestCase.java
7331https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/cache/DisplayNameCustomizerFactory.java
7332https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/cache/EventTracker.java
7333https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/cache/LruContextCacheTests.java
7334https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/cache/MethodLevelDirtiesContextTests.java
7335https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/cache/SpringExtensionContextCacheTests.java
7336https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/cache/UnusedContextsIntegrationTests.java
7337https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/AbsolutePathContextConfigurationAppCtxTests.java
7338https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/AnnotationConfigContextConfigurationAppCtxTests.java
7339https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/AutowiredQualifierTests.java
7340https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/BeanOverridingDefaultConfigClassesInheritedTests.java
7341https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/BeanOverridingExplicitConfigClassesInheritedTests.java
7342https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/ClassPathResourceContextConfigurationAppCtxTests.java
7343https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/ContextConfigTestSuite.java
7344https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/CoreContextConfigurationAppCtxTests.java
7345https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/DefaultConfigClassesBaseTests.java
7346https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/DefaultConfigClassesInheritedTests.java
7347https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/DefaultLoaderBeanOverridingDefaultConfigClassesInheritedTests.java
7348https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/DefaultLoaderBeanOverridingExplicitConfigClassesInheritedTests.java
7349https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/DefaultLoaderDefaultConfigClassesBaseTests.java
7350https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/DefaultLoaderDefaultConfigClassesInheritedTests.java
7351https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/DefaultLoaderExplicitConfigClassesBaseTests.java
7352https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/DefaultLoaderExplicitConfigClassesInheritedTests.java
7353https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/ExplicitConfigClassesBaseTests.java
7354https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/ExplicitConfigClassesInheritedTests.java
7355https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/InheritedConfigContextConfigurationAppCtxTests.java
7356https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/MultipleResourcesContextConfigurationAppCtxTests.java
7357https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/OptionalContextConfigurationTests.java
7358https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/PojoAndStringConfig.java
7359https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/RelativePathContextConfigurationAppCtxTests.java
7360https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/meta/ConfigClassesAndProfileResolverWithCustomDefaultsMetaConfig.java
7361https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/meta/ConfigClassesAndProfileResolverWithCustomDefaultsMetaConfigTests.java
7362https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/meta/ConfigClassesAndProfileResolverWithCustomDefaultsMetaConfigWithOverridesTests.java
7363https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/meta/ConfigClassesAndProfilesMetaConfig.java
7364https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/meta/ConfigClassesAndProfilesMetaConfigTests.java
7365https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/meta/ConfigClassesAndProfilesWithCustomDefaultsMetaConfig.java
7366https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/meta/ConfigClassesAndProfilesWithCustomDefaultsMetaConfigTests.java
7367https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/meta/ConfigClassesAndProfilesWithCustomDefaultsMetaConfigWithOverridesTests.java
7368https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/meta/MetaMetaConfig.java
7369https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/config/meta/MetaMetaConfigDefaultsTests.java
7370https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/configuration/interfaces/ActiveProfilesInterfaceTests.java
7371https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/configuration/interfaces/ActiveProfilesTestInterface.java
7372https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/configuration/interfaces/BootstrapWithInterfaceTests.java
7373https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/configuration/interfaces/BootstrapWithTestInterface.java
7374https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/configuration/interfaces/ContextConfigurationInterfaceTests.java
7375https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/configuration/interfaces/ContextConfigurationTestInterface.java
7376https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/configuration/interfaces/ContextHierarchyInterfaceTests.java
7377https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/configuration/interfaces/ContextHierarchyTestInterface.java
7378https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/configuration/interfaces/DirtiesContextInterfaceTests.java
7379https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/configuration/interfaces/DirtiesContextTestInterface.java
7380https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/configuration/interfaces/SqlConfigInterfaceTests.java
7381https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/configuration/interfaces/SqlConfigTestInterface.java
7382https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/configuration/interfaces/TestPropertySourceInterfaceTests.java
7383https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/configuration/interfaces/TestPropertySourceTestInterface.java
7384https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/configuration/interfaces/WebAppConfigurationInterfaceTests.java
7385https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/configuration/interfaces/WebAppConfigurationTestInterface.java
7386https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/customizers/BarContextCustomizerFactory.java
7387https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/customizers/ContextCustomizerDeclarativeRegistrationComposedAnnotationTests.java
7388https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/customizers/ContextCustomizerDeclarativeRegistrationTests.java
7389https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/customizers/ContextCustomizerTests.java
7390https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/customizers/CustomizeWithBar.java
7391https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/customizers/CustomizeWithFoo.java
7392https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/customizers/CustomizeWithFruit.java
7393https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/customizers/EnigmaContextCustomizerFactory.java
7394https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/customizers/FooContextCustomizerFactory.java
7395https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/customizers/GlobalFruitContextCustomizerFactory.java
7396https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/customizers/InheritedContextCustomizerRegistrationTests.java
7397https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/customizers/LocalContextCustomizerRegistrationTests.java
7398https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/customizers/OverriddenContextCustomizerRegistrationTests.java
7399https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/customizers/ReplaceDefaultsContextCustomizerTests.java
7400https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/AbstractExplicitPropertiesFileTests.java
7401https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/ApplicationPropertyOverridesPropertiesFileTestPropertySourceTests.java
7402https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/CustomEncodingTestPropertySourceTests.java
7403https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/DefaultPropertiesFileDetectionTestPropertySourceTests.java
7404https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/ExplicitPropertiesFileInClasspathTestPropertySourceTests.java
7405https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/ExplicitPropertiesFileTestPropertySourceTests.java
7406https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/ExtendedDefaultPropertiesFileDetectionTestPropertySourceTests.java
7407https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/InheritedRelativePathPropertiesFileTestPropertySourceTests.java
7408https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/InlinedPropertiesOverridePropertiesFilesTestPropertySourceTests.java
7409https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/InlinedPropertiesTestPropertySourceTests.java
7410https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/InlinedPropertiesWithTextBlockTestPropertySourceTests.java
7411https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/MergedPropertiesFilesOverriddenByInlinedPropertiesTestPropertySourceTests.java
7412https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/MergedPropertiesFilesTestPropertySourceTests.java
7413https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/ResourcePatternExplicitPropertiesFileTests.java
7414https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/SystemPropertyOverridePropertiesFileTestPropertySourceTests.java
7415https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/TestPropertySourceTestSuite.java
7416https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/YamlPropertySourceFactory.java
7417https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/YamlTestProperties.java
7418https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/YamlTestPropertySourceTests.java
7419https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/repeatable/AbstractClassWithTestProperty.java
7420https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/repeatable/AbstractRepeatableTestPropertySourceTests.java
7421https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/repeatable/DefaultPropertiesFileDetectionRepeatedTestPropertySourceTests.java
7422https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/repeatable/ExplicitPropertiesFilesRepeatedTestPropertySourceTests.java
7423https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/repeatable/LocalInlinedPropertyAndInheritedInlinedPropertyTests.java
7424https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/repeatable/LocalInlinedPropertyAndMetaInlinedPropertyTests.java
7425https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/repeatable/LocalInlinedPropertyAndMetaMetaInlinedPropertyTests.java
7426https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/repeatable/LocalInlinedPropertyOverridesInheritedAndMetaInlinedPropertiesTests.java
7427https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/repeatable/LocalInlinedPropertyOverridesInheritedInlinedPropertyTests.java
7428https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/repeatable/LocalInlinedPropertyOverridesMetaInlinedPropertyTests.java
7429https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/repeatable/LocalPropertiesFileAndMetaPropertiesFileTests.java
7430https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/repeatable/LocalYamlFileAndMetaPropertiesFileTests.java
7431https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/repeatable/MetaComposedTestProperty.java
7432https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/repeatable/MetaFileTestProperty.java
7433https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/repeatable/MetaInlinedPropertyOverridesMetaMetaInlinedPropertyTests.java
7434https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/repeatable/MetaInlinedTestProperty.java
7435https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/repeatable/RepeatedTestPropertySourceTests.java
7436https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/repeatable/ReversedExplicitPropertiesFilesRepeatedTestPropertySourceTests.java
7437https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/env/subpackage/SubpackageInheritedRelativePathPropertiesFileTestPropertySourceTests.java
7438https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/event/CustomTestEventTests.java
7439https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/event/DirtiesContextEventPublishingTests.java
7440https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/event/EagerTestExecutionEventPublishingTests.java
7441https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/event/EventPublishingTestExecutionListenerIntegrationTests.java
7442https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/event/EventPublishingTestExecutionListenerTests.java
7443https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/expression/ExpressionUsageTests.java
7444https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/failures/ContextLoadFailureTests.java
7445https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/failures/TrackingApplicationContextFailureProcessor.java
7446https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/groovy/AbsolutePathGroovySpringContextTests.java
7447https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/groovy/DefaultScriptDetectionGroovySpringContextTests.java
7448https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/groovy/DefaultScriptDetectionXmlSupersedesGroovySpringContextTests.java
7449https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/groovy/GroovyControlGroupTests.java
7450https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/groovy/GroovySpringContextTests.java
7451https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/groovy/MixedXmlAndGroovySpringContextTests.java
7452https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/groovy/RelativePathGroovySpringContextTests.java
7453https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/hierarchies/meta/MetaContextHierarchyConfig.java
7454https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/hierarchies/meta/MetaHierarchyLevelOneTests.java
7455https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/hierarchies/meta/MetaHierarchyLevelTwoTests.java
7456https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/hierarchies/meta/MetaMetaContextHierarchyConfig.java
7457https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/ClassHierarchyWithMergedConfigLevelOneTests.java
7458https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/ClassHierarchyWithMergedConfigLevelTwoTests.java
7459https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/ClassHierarchyWithOverriddenConfigLevelTwoTests.java
7460https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/DirtiesContextWithContextHierarchyTests.java
7461https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/SingleTestClassWithSingleLevelContextHierarchyTests.java
7462https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/SingleTestClassWithTwoLevelContextHierarchyAndMixedConfigTypesTests.java
7463https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/SingleTestClassWithTwoLevelContextHierarchyTests.java
7464https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/TestHierarchyLevelOneWithBareContextConfigurationInSubclassTests.java
7465https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/TestHierarchyLevelOneWithBareContextConfigurationInSuperclassTests.java
7466https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/TestHierarchyLevelOneWithSingleLevelContextHierarchyTests.java
7467https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/TestHierarchyLevelTwoWithBareContextConfigurationInSubclassTests.java
7468https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/TestHierarchyLevelTwoWithBareContextConfigurationInSuperclassTests.java
7469https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/TestHierarchyLevelTwoWithSingleLevelContextHierarchyAndMixedConfigTypesTests.java
7470https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/hierarchies/standard/TestHierarchyLevelTwoWithSingleLevelContextHierarchyTests.java
7471https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/hierarchies/web/ControllerIntegrationTests.java
7472https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/hierarchies/web/DispatcherWacRootWacEarTests.java
7473https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/hierarchies/web/EarTests.java
7474https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/hierarchies/web/RootWacEarTests.java
7475https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/hybrid/HybridContextLoader.java
7476https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/hybrid/HybridContextLoaderTests.java
7477https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/inheritance/BeanOverridingDefaultLocationsInheritedTests.java
7478https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/inheritance/BeanOverridingExplicitLocationsInheritedTests.java
7479https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/inheritance/DefaultLocationsBaseTests.java
7480https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/inheritance/DefaultLocationsInheritedTests.java
7481https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/inheritance/ExplicitLocationsBaseTests.java
7482https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/inheritance/ExplicitLocationsInheritedTests.java
7483https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/initializers/AciTestSuite.java
7484https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/initializers/DevProfileInitializer.java
7485https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/initializers/FooBarAliasInitializer.java
7486https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/initializers/annotation/BarConfig.java
7487https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/initializers/annotation/DevProfileConfig.java
7488https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/initializers/annotation/FooConfig.java
7489https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/initializers/annotation/GlobalConfig.java
7490https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/initializers/annotation/InitializerConfiguredViaMetaAnnotationTests.java
7491https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/initializers/annotation/InitializerWithoutConfigFilesOrClassesTests.java
7492https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/initializers/annotation/MergedInitializersAnnotationConfigTests.java
7493https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/initializers/annotation/MultipleInitializersAnnotationConfigTests.java
7494https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/initializers/annotation/OrderedInitializersAnnotationConfigTests.java
7495https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/initializers/annotation/OverriddenInitializersAnnotationConfigTests.java
7496https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/initializers/annotation/PropertySourcesInitializerTests.java
7497https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/initializers/annotation/SingleInitializerAnnotationConfigTests.java
7498https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/initializers/xml/MultipleInitializersXmlConfigTests.java
7499https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/AbstractTransactionalTests.java
7500https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/AfterTestClassSqlScriptsTests.java
7501https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/BeforeTestClassSqlScriptsTests.java
7502https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/ComposedAnnotationSqlScriptsTests.java
7503https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/CustomScriptSyntaxSqlScriptsTests.java
7504https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/DataSourceOnlySqlScriptsTests.java
7505https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/DefaultScriptDetectionSqlScriptsTests.java
7506https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/EmptyDatabaseConfig.java
7507https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/GeneratedDatabaseNamesTests.java
7508https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/GlobalCustomScriptSyntaxSqlScriptsTests.java
7509https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/InferredDataSourceSqlScriptsTests.java
7510https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/InferredDataSourceTransactionalSqlScriptsTests.java
7511https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/InfrastructureProxyTransactionalSqlScriptsTests.java
7512https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/IsolatedTransactionModeSqlScriptsTests.java
7513https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/MergedSqlConfigTests.java
7514https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/MetaAnnotationSqlScriptsTests.java
7515https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/MultipleDataSourcesAndTransactionManagersSqlScriptsTests.java
7516https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/MultipleDataSourcesAndTransactionManagersTransactionalSqlScriptsTests.java
7517https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/NonTransactionalSqlScriptsTests.java
7518https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/PopulatedSchemaDatabaseConfig.java
7519https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/PopulatedSchemaTransactionalSqlScriptsTests.java
7520https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/PrimaryDataSourceTests.java
7521https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/PropertyPlaceholderSqlScriptsTests.java
7522https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/RepeatableSqlAnnotationSqlScriptsChildTests.java
7523https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/RepeatableSqlAnnotationSqlScriptsParentTests.java
7524https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/SqlScriptsTestExecutionListenerTests.java
7525https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/TransactionalAfterTestMethodSqlScriptsTests.java
7526https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/TransactionalInlinedStatementsSqlScriptsTests.java
7527https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/TransactionalSqlScriptsTests.java
7528https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/merging/AbstractSqlMergeModeTests.java
7529https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/merging/ClassLevelMergeSqlMergeModeTests.java
7530https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jdbc/merging/ClassLevelOverrideSqlMergeModeTests.java
7531https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jsr250/Jsr250LifecycleTests.java
7532https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/jsr250/LifecycleBean.java
7533https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/SpringJUnitJupiterTestSuite.java
7534https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/AutowiredConfigurationErrorsIntegrationTests.java
7535https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/ComposedSpringExtensionTests.java
7536https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/DisabledIfAndDirtiesContextTests.java
7537https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/DisabledIfConditionTests.java
7538https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/DisabledIfTests.java
7539https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/DisabledOnMac.java
7540https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/EnabledIfAndDirtiesContextTests.java
7541https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/EnabledIfTests.java
7542https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/EnabledOnMac.java
7543https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/FailingBeforeAndAfterMethodsSpringExtensionTests.java
7544https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/FailingTestCase.java
7545https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/RegisterExtensionSpringExtensionTests.java
7546https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/SpringExtensionParameterizedTests.java
7547https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/SpringExtensionTests.java
7548https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/SpringJUnitJupiterAutowiredConstructorInjectionTests.java
7549https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/SpringJUnitJupiterConstructorInjectionTests.java
7550https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/SpringManagedJupiterExtensionTests.java
7551https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/TestConfig.java
7552https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/TestConstructorAnnotationIntegrationTests.java
7553https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/TestConstructorIntegrationTests.java
7554https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/comics/Cat.java
7555https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/comics/Character.java
7556https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/comics/Dog.java
7557https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/comics/Person.java
7558https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/defaultmethods/CatInterfaceDefaultMethodsTests.java
7559https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/defaultmethods/DogInterfaceDefaultMethodsTests.java
7560https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/defaultmethods/GenericComicCharactersInterfaceDefaultMethodsTests.java
7561https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/event/DefaultPublishedEvents.java
7562https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/event/JUnitJupiterApplicationEventsIntegrationTests.java
7563https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/event/ParallelApplicationEventsIntegrationTests.java
7564https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/event/PublishedEvents.java
7565https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/event/PublishedEventsExtension.java
7566https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/event/PublishedEventsIntegrationTests.java
7567https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/generics/CatTests.java
7568https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/generics/DogTests.java
7569https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/generics/GenericComicCharactersTests.java
7570https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/generics/GenericsAndNestedTests.java
7571https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/nested/ActiveProfilesNestedTests.java
7572https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/nested/ConstructorInjectionNestedTests.java
7573https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/nested/ContextConfigurationNestedTests.java
7574https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/nested/ContextHierarchyNestedTests.java
7575https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/nested/DynamicPropertySourceNestedTests.java
7576https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/nested/SqlScriptNestedTests.java
7577https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/nested/TestConstructorNestedTests.java
7578https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/nested/TestExecutionListenersNestedTests.java
7579https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/nested/TestPropertySourceNestedTests.java
7580https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/nested/TransactionalNestedTests.java
7581https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/nested/WebAppConfigurationNestedTests.java
7582https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/parallel/ParallelExecutionSpringExtensionTests.java
7583https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/transaction/TimedTransactionalSpringExtensionTests.java
7584https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/transaction/TransactionLifecycleMethodParameterInjectionTests.java
7585https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/web/MultipleWebRequestsSpringExtensionTests.java
7586https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/web/PersonController.java
7587https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/web/WebConfig.java
7588https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/web/WebSpringExtensionTests.java
7589https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/ClassLevelDisabledSpringRunnerTests.java
7590https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/ConcreteTransactionalJUnit4SpringContextTests.java
7591https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/EnabledAndIgnoredSpringRunnerTests.java
7592https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/ExpectedExceptionSpringRunnerTests.java
7593https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/FailingBeforeAndAfterMethodsSpringRunnerTests.java
7594https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/HardCodedProfileValueSourceSpringRunnerTests.java
7595https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/JUnitTestingUtils.java
7596https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/ParameterizedDependencyInjectionTests.java
7597https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/RepeatedSpringRunnerTests.java
7598https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/SpringJUnit47ClassRunnerRuleTests.java
7599https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/SpringJUnit4ClassRunnerTests.java
7600https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/SpringJUnit4TestSuite.java
7601https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/StandardJUnit4FeaturesSpringRunnerTests.java
7602https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/StandardJUnit4FeaturesTests.java
7603https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/TimedSpringRunnerTests.java
7604https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/TimedTransactionalSpringRunnerTests.java
7605https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/TrackingRunListener.java
7606https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/concurrency/SpringJUnit4ConcurrencyTests.java
7607https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/event/JUnit4ApplicationEventsAsyncIntegrationTests.java
7608https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/event/JUnit4ApplicationEventsIntegrationTests.java
7609https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/nested/NestedTestsWithSpringRulesTests.java
7610https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/nested/SpringRuleConfigurer.java
7611https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/rules/AutowiredRuleSpr15927Tests.java
7612https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/rules/BaseAppCtxRuleTests.java
7613https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/rules/BasicAnnotationConfigWacSpringRuleTests.java
7614https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/rules/BeforeAndAfterTransactionAnnotationSpringRuleTests.java
7615https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/rules/ClassLevelDisabledSpringRuleTests.java
7616https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/rules/EnabledAndIgnoredSpringRuleTests.java
7617https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/rules/FailingBeforeAndAfterMethodsSpringRuleTests.java
7618https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/rules/MockitoBeanAndSpringMethodRuleWithRepeatJUnit4IntegrationTests.java
7619https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/rules/ParameterizedSpringRuleTests.java
7620https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/rules/ProgrammaticTxMgmtSpringRuleTests.java
7621https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/rules/RepeatedSpringRuleTests.java
7622https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/rules/Subclass1AppCtxRuleTests.java
7623https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/rules/Subclass2AppCtxRuleTests.java
7624https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/rules/TimedSpringRuleTests.java
7625https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/rules/TimedTransactionalSpringRuleTests.java
7626https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/rules/TransactionalSqlScriptsSpringRuleTests.java
7627https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/statements/SpringFailOnTimeoutTests.java
7628https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/junit4/web/JUnit4SpringContextWebTests.java
7629https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/litemode/AbstractTransactionalAnnotatedConfigClassTests.java
7630https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/litemode/AnnotatedConfigClassesWithoutAtConfigurationTests.java
7631https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/litemode/AtBeanLiteModeScopeTests.java
7632https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/litemode/LifecycleBean.java
7633https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/litemode/TransactionalAnnotatedConfigClassesWithoutAtConfigurationTests.java
7634https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/litemode/TransactionalAnnotatedConfigClassWithAtConfigurationTests.java
7635https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/observation/MicrometerObservationRegistryTestExecutionListenerDependencyTests.java
7636https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/observation/MicrometerObservationRegistryTestExecutionListenerTests.java
7637https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/orm/hibernate/HibernateSessionFlushingTests.java
7638https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/orm/hibernate/domain/DriversLicense.java
7639https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/orm/hibernate/domain/Person.java
7640https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/orm/hibernate/repository/HibernatePersonRepository.java
7641https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/orm/hibernate/repository/PersonRepository.java
7642https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/orm/hibernate/service/PersonService.java
7643https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/orm/hibernate/service/StandardPersonService.java
7644https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/orm/jpa/JpaEntityListenerTests.java
7645https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/orm/jpa/domain/JpaPersonRepository.java
7646https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/orm/jpa/domain/Person.java
7647https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/orm/jpa/domain/PersonListener.java
7648https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/orm/jpa/domain/PersonRepository.java
7649https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/profile/annotation/DefaultProfileAnnotationConfigTests.java
7650https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/profile/annotation/DefaultProfileConfig.java
7651https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/profile/annotation/DevProfileAnnotationConfigTests.java
7652https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/profile/annotation/DevProfileConfig.java
7653https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/profile/annotation/DevProfileResolverAnnotationConfigTests.java
7654https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/profile/importresource/DefaultProfileAnnotationConfigTests.java
7655https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/profile/importresource/DefaultProfileConfig.java
7656https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/profile/importresource/DevProfileAnnotationConfigTests.java
7657https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/profile/importresource/DevProfileResolverAnnotationConfigTests.java
7658https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/profile/resolver/ClassNameActiveProfilesResolver.java
7659https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/profile/resolver/ClassNameActiveProfilesResolverTests.java
7660https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/profile/xml/DefaultProfileXmlConfigTests.java
7661https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/profile/xml/DevProfileResolverXmlConfigTests.java
7662https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/profile/xml/DevProfileXmlConfigTests.java
7663https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/AbstractContextConfigurationUtilsTests.java
7664https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/ActiveProfilesUtilsTests.java
7665https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/AnnotatedFooConfigInnerClassTestCase.java
7666https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/AnnotationConfigContextLoaderTests.java
7667https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/AnnotationConfigContextLoaderUtilsTests.java
7668https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/BootstrapTestUtilsContextInitializerTests.java
7669https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/BootstrapTestUtilsMergedConfigTests.java
7670https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/CommonCachesTestExecutionListenerIntegrationTests.java
7671https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/CommonCachesTestExecutionListenerTests.java
7672https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/ContextConfigurationInnerClassTestCase.java
7673https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/ContextLoaderUtilsConfigurationAttributesTests.java
7674https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/ContextLoaderUtilsContextHierarchyTests.java
7675https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/CustomizedGenericXmlContextLoaderTests.java
7676https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/DefaultTestPropertySourcesIntegrationTests.java
7677https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/DelegatingSmartContextLoaderTests.java
7678https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/DirtiesContextTestExecutionListenerTests.java
7679https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/DynamicPropertiesContextCustomizerFactoryTests.java
7680https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/DynamicPropertiesContextCustomizerTests.java
7681https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/DynamicValuesPropertySourceTests.java
7682https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/FinalConfigInnerClassTestCase.java
7683https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/GenericXmlContextLoaderResourceLocationsTests.java
7684https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/GenericXmlContextLoaderTests.java
7685https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/MultipleStaticConfigurationClassesTestCase.java
7686https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/NonStaticConfigInnerClassesTestCase.java
7687https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/PlainVanillaFooConfigInnerClassTestCase.java
7688https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/PrivateConfigInnerClassTestCase.java
7689https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/TestConstructorUtilsTests.java
7690https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/TestPropertySourceUtilsTests.java
7691https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/support/samples/SampleComponent.java
7692https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/testng/AnnotationConfigTestNGSpringContextTests.java
7693https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/testng/AnnotationConfigTransactionalTestNGSpringContextTests.java
7694https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/testng/ConcreteTransactionalTestNGSpringContextTests.java
7695https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/testng/DirtiesContextTransactionalTestNGSpringContextTests.java
7696https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/testng/FailingBeforeAndAfterMethodsTestNGTests.java
7697https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/testng/TestNGTestSuite.java
7698https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/testng/TimedTransactionalTestNGSpringContextTests.java
7699https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/testng/TrackingTestNGTestListener.java
7700https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/testng/event/TestNGApplicationEventsAsyncIntegrationTests.java
7701https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/testng/event/TestNGApplicationEventsIntegrationTests.java
7702https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/testng/transaction/ejb/AbstractEjbTxDaoTestNGTests.java
7703https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/testng/transaction/ejb/CommitForRequiredEjbTxDaoTestNGTests.java
7704https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/testng/transaction/ejb/CommitForRequiresNewEjbTxDaoTestNGTests.java
7705https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/testng/transaction/ejb/RollbackForRequiredEjbTxDaoTestNGTests.java
7706https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/testng/transaction/ejb/RollbackForRequiresNewEjbTxDaoTestNGTests.java
7707https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/testng/transaction/programmatic/ProgrammaticTxMgmtTestNGTests.java
7708https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/testng/web/ServletTestExecutionListenerTestNGIntegrationTests.java
7709https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/testng/web/TestNGSpringContextWebTests.java
7710https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/AbstractTransactionalSpringTests.java
7711https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/BeforeAndAfterTransactionAnnotationTests.java
7712https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/ClassLevelTransactionalSpringTests.java
7713https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/DefaultRollbackFalseRollbackAnnotationTransactionalTests.java
7714https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/DefaultRollbackTrueRollbackAnnotationTransactionalTests.java
7715https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/EmbeddedPersonDatabaseTestsConfig.java
7716https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/MethodLevelTransactionalSpringTests.java
7717https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/RollbackOverrideDefaultRollbackFalseTransactionalTests.java
7718https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/RollbackOverrideDefaultRollbackTrueTransactionalTests.java
7719https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/TransactionalTestExecutionListenerTests.java
7720https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/ejb/AbstractEjbTxDaoTests.java
7721https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/ejb/CommitForRequiredEjbTxDaoTests.java
7722https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/ejb/CommitForRequiresNewEjbTxDaoTests.java
7723https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/ejb/RollbackForRequiredEjbTxDaoTests.java
7724https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/ejb/RollbackForRequiresNewEjbTxDaoTests.java
7725https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/ejb/dao/AbstractEjbTxTestEntityDao.java
7726https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/ejb/dao/RequiredEjbTxTestEntityDao.java
7727https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/ejb/dao/RequiresNewEjbTxTestEntityDao.java
7728https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/ejb/dao/TestEntityDao.java
7729https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/ejb/model/TestEntity.java
7730https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/manager/LookUpTxMgrByTypeAndDefaultNameTests.java
7731https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/manager/LookUpTxMgrByTypeAndQualifierAtClassLevelTests.java
7732https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/manager/LookUpTxMgrByTypeAndQualifierAtMethodLevelTests.java
7733https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/manager/LookUpTxMgrByTypeTests.java
7734https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/manager/LookUpTxMgrNonTransactionalTests.java
7735https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/manager/LookUpTxMgrViaTransactionManagementConfigurerTests.java
7736https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/manager/LookUpTxMgrViaTransactionManagementConfigurerWithPrimaryTxMgrTests.java
7737https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/manager/LookUpTxMgrViaTransactionManagementConfigurerWithSingleTxMgrBeanTests.java
7738https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/manager/PrimaryTransactionManagerTests.java
7739https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/transaction/programmatic/ProgrammaticTxMgmtTests.java
7740https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/web/AbstractBasicWacTests.java
7741https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/web/AnnotationConfigWebContextLoaderTests.java
7742https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/web/BasicAnnotationConfigWacTests.java
7743https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/web/BasicGroovyWacTests.java
7744https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/web/BasicXmlWacTests.java
7745https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/web/EnableWebMvcAnnotationConfigTests.java
7746https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/web/EnableWebMvcXmlConfigTests.java
7747https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/web/GenericXmlWebContextLoaderTests.java
7748https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/web/MetaAnnotationConfigWacTests.java
7749https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/web/RequestAndSessionScopedBeansWacTests.java
7750https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/web/ServletContextAwareBean.java
7751https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/web/ServletContextAwareBeanWacTests.java
7752https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/web/ServletTestExecutionListenerJUnitIntegrationTests.java
7753https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/web/ServletTestExecutionListenerTests.java
7754https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/web/WebAppConfigurationBootstrapWithTests.java
7755https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/web/WebTestConfiguration.java
7756https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/context/web/socket/WebSocketServletServerContainerFactoryBeanTests.java
7757https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/http/HttpHeadersAssertTests.java
7758https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/http/HttpMessageContentConverterTests.java
7759https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/http/MediaTypeAssertTests.java
7760https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/jdbc/JdbcTestUtilsTests.java
7761https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/json/AbstractJsonContentAssertTests.java
7762https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/json/JsonContentTests.java
7763https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/json/JsonPathValueAssertTests.java
7764https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/mockito/MockitoAssertions.java
7765https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/transaction/TransactionAssert.java
7766https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/util/AopTestUtilsTests.java
7767https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/util/ExceptionCollectorTests.java
7768https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/util/JsonPathExpectationsHelperTests.java
7769https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/util/MethodAssertTests.java
7770https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/util/ReflectionTestUtilsTests.java
7771https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/util/TestSocketUtilsTests.java
7772https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/util/XmlExpectationsHelperTests.java
7773https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/util/subpackage/Component.java
7774https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/util/subpackage/LegacyEntity.java
7775https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/util/subpackage/LegacyEntityException.java
7776https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/util/subpackage/PersistentEntity.java
7777https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/util/subpackage/Person.java
7778https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/util/subpackage/PersonEntity.java
7779https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/util/subpackage/StaticFields.java
7780https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/util/subpackage/StaticMethods.java
7781https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/validation/AbstractBindingResultAssertTests.java
7782https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/Person.java
7783https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/UriAssertTests.java
7784https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/client/DefaultRequestExpectationTests.java
7785https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/client/MockRestServiceServerTests.java
7786https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/client/SimpleRequestExpectationManagerTests.java
7787https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/client/UnorderedRequestExpectationManagerTests.java
7788https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/client/match/ContentRequestMatchersTests.java
7789https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/client/match/JsonPathRequestMatchersTests.java
7790https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/client/match/MockRestRequestMatchersTests.java
7791https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/client/match/MultipartRequestMatchersTests.java
7792https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/client/match/XpathRequestMatchersTests.java
7793https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/client/response/DefaultResponseCreatorTests.java
7794https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/client/response/ExecutingResponseCreatorTests.java
7795https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/client/response/ResponseCreatorsTests.java
7796https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/client/samples/MockMvcClientHttpRequestFactoryTests.java
7797https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/client/samples/SampleTests.java
7798https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/client/samples/matchers/ContentRequestMatchersIntegrationTests.java
7799https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/client/samples/matchers/HeaderRequestMatchersIntegrationTests.java
7800https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/client/samples/matchers/JsonPathRequestMatchersIntegrationTests.java
7801https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/client/samples/matchers/XmlContentRequestMatchersIntegrationTests.java
7802https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/client/samples/matchers/XpathRequestMatchersIntegrationTests.java
7803https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/reactive/server/ApplicationContextSpecTests.java
7804https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/reactive/server/DefaultControllerSpecTests.java
7805https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/reactive/server/DefaultRouterFunctionSpecTests.java
7806https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/reactive/server/EncoderDecoderMappingProviderTests.java
7807https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/reactive/server/HttpHandlerConnectorTests.java
7808https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/reactive/server/JsonEncoderDecoderTests.java
7809https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/reactive/server/MockServerSpecTests.java
7810https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/reactive/server/MockServerTests.java
7811https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/reactive/server/WiretapConnectorTests.java
7812https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/reactive/server/samples/ApiVersionTests.java
7813https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/reactive/server/samples/ErrorTests.java
7814https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/reactive/server/samples/ExchangeMutatorTests.java
7815https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/reactive/server/samples/GlobalEntityResultConsumerTests.java
7816https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/reactive/server/samples/HeaderAndCookieTests.java
7817https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/reactive/server/samples/JsonContentTests.java
7818https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/reactive/server/samples/Person.java
7819https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/reactive/server/samples/ResponseEntityTests.java
7820https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/reactive/server/samples/SoftAssertionTests.java
7821https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/reactive/server/samples/XmlContentTests.java
7822https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/reactive/server/samples/bind/ApplicationContextTests.java
7823https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/reactive/server/samples/bind/ControllerTests.java
7824https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/reactive/server/samples/bind/HttpServerTests.java
7825https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/reactive/server/samples/bind/RouterFunctionTests.java
7826https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/reactive/server/samples/bind/WebFilterTests.java
7827https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/DefaultMvcResultTests.java
7828https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/MockMvcReuseTests.java
7829https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/StubMvcResult.java
7830https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/assertj/AbstractHttpServletRequestAssertTests.java
7831https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/assertj/AbstractHttpServletResponseAssertTests.java
7832https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/assertj/AbstractMockHttpServletRequestAssertTests.java
7833https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/assertj/AbstractMockHttpServletResponseAssertTests.java
7834https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/assertj/CookieMapAssertTests.java
7835https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/assertj/DefaultMvcTestResultTests.java
7836https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/assertj/HandlerResultAssertTests.java
7837https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/assertj/MockMvcTesterCompatibilityIntegrationTests.java
7838https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/assertj/MockMvcTesterIntegrationTests.java
7839https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/assertj/MockMvcTesterTests.java
7840https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/assertj/ModelAssertTests.java
7841https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/client/JsonPathAssertionTests.java
7842https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/client/MockMvcClientHttpRequestFactoryTests.java
7843https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/client/RestTestClientTests.java
7844https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/client/samples/ApiVersionTests.java
7845https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/client/samples/ErrorTests.java
7846https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/client/samples/HeaderAndCookieTests.java
7847https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/client/samples/JsonContentTests.java
7848https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/client/samples/Person.java
7849https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/client/samples/ResponseEntityTests.java
7850https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/client/samples/SoftAssertionTests.java
7851https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/client/samples/XmlContentTests.java
7852https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/client/samples/bind/ApplicationContextTests.java
7853https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/client/samples/bind/ControllerTests.java
7854https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/client/samples/bind/FilterTests.java
7855https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/client/samples/bind/HttpServerTests.java
7856https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/client/samples/bind/RouterFunctionTests.java
7857https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/htmlunit/AbstractWebRequestMatcherTests.java
7858https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/htmlunit/DelegatingWebConnectionTests.java
7859https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/htmlunit/ForwardController.java
7860https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/htmlunit/HelloController.java
7861https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/htmlunit/HostRequestMatcherTests.java
7862https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/htmlunit/HtmlUnitRequestBuilderTests.java
7863https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/htmlunit/MockMvcConnectionBuilderSupportTests.java
7864https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/htmlunit/MockMvcWebClientBuilderTests.java
7865https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/htmlunit/MockMvcWebConnectionTests.java
7866https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/htmlunit/MockWebResponseBuilderTests.java
7867https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/htmlunit/UrlRegexRequestMatcherTests.java
7868https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/htmlunit/webdriver/MockMvcHtmlUnitDriverBuilderTests.java
7869https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/htmlunit/webdriver/WebConnectionHtmlUnitDriverTests.java
7870https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/request/AbstractMockHttpServletRequestBuilderTests.java
7871https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/request/AbstractMockMultipartHttpServletRequestBuilderTests.java
7872https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/request/MockHttpServletRequestBuilderTests.java
7873https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/request/MockMultipartHttpServletRequestBuilderTests.java
7874https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/result/ContentResultMatchersTests.java
7875https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/result/FlashAttributeResultMatchersTests.java
7876https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/result/HeaderResultMatchersTests.java
7877https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/result/JsonPathResultMatchersTests.java
7878https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/result/MockMvcResultMatchersTests.java
7879https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/result/ModelResultMatchersTests.java
7880https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/result/PrintingResultHandlerTests.java
7881https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/result/StatusResultMatchersTests.java
7882https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/result/XpathResultMatchersTests.java
7883https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/context/AsyncControllerJavaConfigTests.java
7884https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/context/JavaConfigTests.java
7885https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/context/WebAppResourceTests.java
7886https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/context/XmlConfigTests.java
7887https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/AsyncTests.java
7888https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/ExceptionHandlerTests.java
7889https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/FilterTests.java
7890https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/FrameworkExtensionTests.java
7891https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/MultipartControllerTests.java
7892https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/ReactiveReturnTypeTests.java
7893https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/RedirectTests.java
7894https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/RequestParameterTests.java
7895https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/ResponseBodyTests.java
7896https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/RouterFunctionTests.java
7897https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/SseTests.java
7898https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/ViewResolutionTests.java
7899https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/resulthandlers/PrintingResultHandlerSmokeTests.java
7900https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/resultmatches/ContentAssertionTests.java
7901https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/resultmatches/CookieAssertionTests.java
7902https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/resultmatches/FlashAttributeAssertionTests.java
7903https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/resultmatches/HandlerAssertionTests.java
7904https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/resultmatches/HeaderAssertionTests.java
7905https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/resultmatches/JsonPathAssertionTests.java
7906https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/resultmatches/ModelAssertionTests.java
7907https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/resultmatches/RequestAttributeAssertionTests.java
7908https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/resultmatches/SessionAttributeAssertionTests.java
7909https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/resultmatches/StatusAssertionTests.java
7910https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/resultmatches/UrlAssertionTests.java
7911https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/resultmatches/ViewNameAssertionTests.java
7912https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/resultmatches/XmlContentAssertionTests.java
7913https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client/standalone/resultmatches/XpathAssertionTests.java
7914https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/context/AsyncControllerJavaConfigTests.java
7915https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/context/JavaConfigTests.java
7916https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/context/PersonController.java
7917https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/context/PersonDao.java
7918https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/context/WebAppResourceTests.java
7919https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/context/XmlConfigTests.java
7920https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/spr/ControllerAdviceIntegrationTests.java
7921https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/spr/CustomRequestAttributesRequestContextHolderTests.java
7922https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/spr/EncodedUriTests.java
7923https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/spr/FormContentTests.java
7924https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/spr/HttpOptionsTests.java
7925https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/spr/MockMvcBuilderMethodChainTests.java
7926https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/spr/RequestContextHolderTests.java
7927https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/ApiVersionTests.java
7928https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/AsyncTests.java
7929https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/ExceptionHandlerTests.java
7930https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/FilterTests.java
7931https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/FrameworkExtensionTests.java
7932https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/MultipartControllerTests.java
7933https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/ReactiveReturnTypeTests.java
7934https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/RedirectTests.java
7935https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/RequestParameterTests.java
7936https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/ResponseBodyTests.java
7937https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/RouterFunctionTests.java
7938https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/ViewResolutionTests.java
7939https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resulthandlers/PrintingResultHandlerIntegrationTests.java
7940https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resulthandlers/PrintingResultHandlerSmokeTests.java
7941https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/ContentAssertionTests.java
7942https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/CookieAssertionTests.java
7943https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/FlashAttributeAssertionTests.java
7944https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/HandlerAssertionTests.java
7945https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/HeaderAssertionTests.java
7946https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/JsonPathAssertionTests.java
7947https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/ModelAssertionTests.java
7948https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/RequestAttributeAssertionTests.java
7949https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/SessionAttributeAssertionTests.java
7950https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/StatusAssertionTests.java
7951https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/UrlAssertionTests.java
7952https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/ViewNameAssertionTests.java
7953https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/XmlContentAssertionTests.java
7954https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/XpathAssertionTests.java
7955https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/setup/DefaultMockMvcBuilderTests.java
7956https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/setup/MockMvcFilterDecoratorTests.java
7957https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/setup/SharedHttpSessionTests.java
7958https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/servlet/setup/StandaloneMockMvcBuilderTests.java
7959https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/support/CookieAssertionsTests.java
7960https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/support/HeaderAssertionTests.java
7961https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/java/org/springframework/test/web/support/StatusAssertionTests.java
7962https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/kotlin/org/springframework/test/context/DynamicPropertySourceKotlinIntegrationTests.kt
7963https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/kotlin/org/springframework/test/web/reactive/server/WebTestClientExtensionsTests.kt
7964https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/kotlin/org/springframework/test/web/servlet/MockMvcExtensionsTests.kt
7965https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/kotlin/org/springframework/test/web/servlet/result/ContentResultMatchersDslTests.kt
7966https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/kotlin/org/springframework/test/web/servlet/result/StatusResultMatchersExtensionsTests.kt
7967https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/log4j2-test.xml
7968https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/META-INF/spring.factories
7969https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/META-INF/web-resources/resources/Spring.js
7970https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/META-INF/web-resources/WEB-INF/layouts/standardLayout.jsp
7971https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/META-INF/web-resources/WEB-INF/views/home.jsp
7972https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/AutowiredQualifierTests-context.xml
7973https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/aot/samples/basic/BasicSpringVintageTests.properties
7974https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/aot/samples/basic/test1.yaml
7975https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/aot/samples/basic/test2.yaml
7976https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/aot/samples/jdbc/SqlScriptsSpringJupiterTests.test.sql
7977https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/aot/samples/xml/test-config.xml
7978https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/config/CoreContextConfigurationAppCtxTests-context.xml
7979https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/config/MultipleResourcesContextConfigurationAppCtxTests-context1.xml
7980https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/config/MultipleResourcesContextConfigurationAppCtxTests-context2.xml
7981https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/config/MultipleResourcesContextConfigurationAppCtxTests-context3.xml
7982https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/configuration/ContextConfigurationWithPropertiesExtendingPropertiesAndInheritedLoaderTests-context.properties
7983https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/configuration/ContextConfigurationWithPropertiesExtendingPropertiesTests-context.properties
7984https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/env/ApplicationPropertyOverridePropertiesFileTestPropertySourceTests.properties
7985https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/env/DefaultPropertiesFileDetectionTestPropertySourceTests.properties
7986https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/env/explicit.properties
7987https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/env/extended.properties
7988https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/env/ExtendedDefaultPropertiesFileDetectionTestPropertySourceTests.properties
7989https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/env/SystemPropertyOverridePropertiesFileTestPropertySourceTests.properties
7990https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/env/test-ISO-8859-1.properties
7991https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/env/test-properties.yaml
7992https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/env/pattern/file1.properties
7993https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/env/pattern/file2.properties
7994https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/env/pattern/file3.properties
7995https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/env/repeatable/DefaultPropertiesFileDetectionRepeatedTestPropertySourceTests.properties
7996https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/env/repeatable/first.properties
7997https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/env/repeatable/local.properties
7998https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/env/repeatable/local.yaml
7999https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/env/repeatable/meta.properties
8000https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/env/repeatable/second.properties
8001https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/expression/ExpressionUsageTests-context.xml
8002https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/groovy/context.groovy
8003https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/groovy/contextA.groovy
8004https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/groovy/contextB.xml
8005https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/groovy/DefaultScriptDetectionGroovySpringContextTestsContext.groovy
8006https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/groovy/DefaultScriptDetectionXmlSupersedesGroovySpringContextTests-context.xml
8007https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/groovy/DefaultScriptDetectionXmlSupersedesGroovySpringContextTestsContext.groovy
8008https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/hierarchies/standard/SingleTestClassWithTwoLevelContextHierarchyAndMixedConfigTypesTests-ChildConfig.xml
8009https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/hierarchies/standard/TestHierarchyLevelTwoWithSingleLevelContextHierarchyAndMixedConfigTypesTests-context.xml
8010https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/hierarchies/web/DispatcherWacRootWacEarTests-context.xml
8011https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/hybrid/HybridContextLoaderTests-context.xml
8012https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/inheritance/BeanOverridingDefaultLocationsInheritedTests-context.xml
8013https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/inheritance/DefaultLocationsBaseTests-context.xml
8014https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/inheritance/DefaultLocationsInheritedTests-context.xml
8015https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/initializers/xml/MultipleInitializersXmlConfigTests-context.xml
8016https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/jdbc/data-add-catbert.sql
8017https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/jdbc/data-add-dogbert.sql
8018https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/jdbc/data-add-users-with-custom-script-syntax.sql
8019https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/jdbc/data.sql
8020https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/jdbc/datasource-config-with-auto-generated-db-name.xml
8021https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/jdbc/datasource-config.xml
8022https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/jdbc/DefaultScriptDetectionSqlScriptsTests.methodLevel.sql
8023https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/jdbc/DefaultScriptDetectionSqlScriptsTests.sql
8024https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/jdbc/drop-schema.sql
8025https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/jdbc/enigma-schema.sql
8026https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/jdbc/recreate-schema.sql
8027https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/jdbc/schema.sql
8028https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/jdbc/db1/data.sql
8029https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/jdbc/db2/data.sql
8030https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/junit4/ConcreteTransactionalJUnit4SpringContextTests-context.xml
8031https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/junit4/FailingBeforeAndAfterMethodsTests-context.xml
8032https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/junit4/ParameterizedDependencyInjectionTests-context.xml
8033https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/orm/hibernate/db-schema.sql
8034https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/orm/hibernate/db-test-data.sql
8035https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/orm/hibernate/HibernateSessionFlushingTests-context.xml
8036https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/orm/hibernate/domain/DriversLicense.hbm.xml
8037https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/orm/hibernate/domain/Person.hbm.xml
8038https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/profile/importresource/import.xml
8039https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/profile/xml/DefaultProfileXmlConfigTests-context.xml
8040https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/support/AbstractContextConfigurationUtilsTests$BareAnnotations-context.xml
8041https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/support/CustomizedGenericXmlContextLoaderTests-context.xml
8042https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/support/DelegatingSmartContextLoaderTests$ImproperDuplicateDefaultXmlAndConfigClassTestCase-context.xml
8043https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/support/DelegatingSmartContextLoaderTests$XmlTestCase-context.xml
8044https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/support/GenericXmlContextLoaderResourceLocationsTests$ClasspathExistentDefaultLocationsTestCase-context.xml
8045https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/testng/ConcreteTransactionalTestNGSpringContextTests-context.xml
8046https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/testng/DirtiesContextTransactionalTestNGSpringContextTests-context.xml
8047https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/testng/FailingBeforeAndAfterMethodsTests-context.xml
8048https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/testng/TimedTransactionalTestNGSpringContextTests-context.xml
8049https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/testng/transaction/ejb/testng-package.xml
8050https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/testng/transaction/ejb/testng-test-separate.xml
8051https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/testng/transaction/ejb/testng-test-together.xml
8052https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/transaction/transactionalTests-context.xml
8053https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/transaction/ejb/common-config.xml
8054https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/transaction/ejb/required-tx-config.xml
8055https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/transaction/ejb/requires-new-tx-config.xml
8056https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/web/BasicGroovyWacTestsContext.groovy
8057https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/web/BasicXmlWacTests-context.xml
8058https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/web/EnableWebMvcXmlConfigTests-context.xml
8059https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/context/web/RequestAndSessionScopedBeansWacTests-context.xml
8060https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/jdbc/data.sql
8061https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/jdbc/schema.sql
8062https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/json/different.json
8063https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/json/example.json
8064https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/json/lenient-same.json
8065https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/json/nulls.json
8066https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/json/simpsons.json
8067https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/json/source.json
8068https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/json/types.json
8069https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/web/client/samples/ludwig.json
8070https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/web/htmlunit/test.txt
8071https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/web/servlet/assertj/message.json
8072https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/web/servlet/samples/context/root-context.xml
8073https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/resources/org/springframework/test/web/servlet/samples/context/servlet-context.xml
8074https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/webapp/resources/Spring.js
8075https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/webapp/WEB-INF/readme.txt
8076https://github.com/spring-projects/spring-framework/tree/main/spring-test/src/test/webapp/WEB-INF/layouts/main.jsp
8077https://github.com/spring-projects/spring-framework/tree/main/spring-tx/spring-tx.gradle
8078https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/CannotAcquireLockException.java
8079https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/CannotSerializeTransactionException.java
8080https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/CleanupFailureDataAccessException.java
8081https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/ConcurrencyFailureException.java
8082https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/DataAccessException.java
8083https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/DataAccessResourceFailureException.java
8084https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/DataIntegrityViolationException.java
8085https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/DataRetrievalFailureException.java
8086https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/DeadlockLoserDataAccessException.java
8087https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/DuplicateKeyException.java
8088https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/EmptyResultDataAccessException.java
8089https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/IncorrectResultSizeDataAccessException.java
8090https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/IncorrectUpdateSemanticsDataAccessException.java
8091https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/InvalidDataAccessApiUsageException.java
8092https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/InvalidDataAccessResourceUsageException.java
8093https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/NonTransientDataAccessException.java
8094https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/NonTransientDataAccessResourceException.java
8095https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/OptimisticLockingFailureException.java
8096https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/package-info.java
8097https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/PermissionDeniedDataAccessException.java
8098https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/PessimisticLockingFailureException.java
8099https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/QueryTimeoutException.java
8100https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/RecoverableDataAccessException.java
8101https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/TransientDataAccessException.java
8102https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/TransientDataAccessResourceException.java
8103https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/TypeMismatchDataAccessException.java
8104https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/UncategorizedDataAccessException.java
8105https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/annotation/package-info.java
8106https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/annotation/PersistenceExceptionTranslationAdvisor.java
8107https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/annotation/PersistenceExceptionTranslationPostProcessor.java
8108https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/support/ChainedPersistenceExceptionTranslator.java
8109https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/support/DaoSupport.java
8110https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/support/DataAccessUtils.java
8111https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/support/package-info.java
8112https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/support/PersistenceExceptionTranslationInterceptor.java
8113https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/dao/support/PersistenceExceptionTranslator.java
8114https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/jca/endpoint/AbstractMessageEndpointFactory.java
8115https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/jca/endpoint/GenericMessageEndpointFactory.java
8116https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/jca/endpoint/GenericMessageEndpointManager.java
8117https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/jca/endpoint/package-info.java
8118https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/jca/support/LocalConnectionFactoryBean.java
8119https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/jca/support/package-info.java
8120https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/jca/support/ResourceAdapterFactoryBean.java
8121https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/jca/support/SimpleBootstrapContext.java
8122https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/CannotCreateTransactionException.java
8123https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/ConfigurableTransactionManager.java
8124https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/HeuristicCompletionException.java
8125https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/IllegalTransactionStateException.java
8126https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/InvalidIsolationLevelException.java
8127https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/InvalidTimeoutException.java
8128https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/NestedTransactionNotSupportedException.java
8129https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/NoTransactionException.java
8130https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/package-info.java
8131https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/PlatformTransactionManager.java
8132https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/ReactiveTransaction.java
8133https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/ReactiveTransactionManager.java
8134https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/SavepointManager.java
8135https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/StaticTransactionDefinition.java
8136https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/TransactionDefinition.java
8137https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/TransactionException.java
8138https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/TransactionExecution.java
8139https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/TransactionExecutionListener.java
8140https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/TransactionManager.java
8141https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/TransactionStatus.java
8142https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/TransactionSuspensionNotSupportedException.java
8143https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/TransactionSystemException.java
8144https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/TransactionTimedOutException.java
8145https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/TransactionUsageException.java
8146https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/UnexpectedRollbackException.java
8147https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/annotation/AbstractTransactionManagementConfiguration.java
8148https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/annotation/AnnotationTransactionAttributeSource.java
8149https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/annotation/Ejb3TransactionAnnotationParser.java
8150https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/annotation/EnableTransactionManagement.java
8151https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/annotation/Isolation.java
8152https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/annotation/JtaTransactionAnnotationParser.java
8153https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/annotation/package-info.java
8154https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/annotation/Propagation.java
8155https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/annotation/ProxyTransactionManagementConfiguration.java
8156https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/annotation/RestrictedTransactionalEventListenerFactory.java
8157https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/annotation/RollbackOn.java
8158https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/annotation/SpringTransactionAnnotationParser.java
8159https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/annotation/Transactional.java
8160https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/annotation/TransactionAnnotationParser.java
8161https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/annotation/TransactionBeanRegistrationAotProcessor.java
8162https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/annotation/TransactionManagementConfigurationSelector.java
8163https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/annotation/TransactionManagementConfigurer.java
8164https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/annotation/TransactionRuntimeHints.java
8165https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/config/AnnotationDrivenBeanDefinitionParser.java
8166https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/config/JtaTransactionManagerBeanDefinitionParser.java
8167https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/config/JtaTransactionManagerFactoryBean.java
8168https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/config/package-info.java
8169https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/config/TransactionManagementConfigUtils.java
8170https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/config/TxAdviceBeanDefinitionParser.java
8171https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/config/TxNamespaceHandler.java
8172https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/event/package-info.java
8173https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/event/TransactionalApplicationListener.java
8174https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/event/TransactionalApplicationListenerAdapter.java
8175https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/event/TransactionalApplicationListenerMethodAdapter.java
8176https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/event/TransactionalApplicationListenerSynchronization.java
8177https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/event/TransactionalEventListener.java
8178https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/event/TransactionalEventListenerFactory.java
8179https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/event/TransactionPhase.java
8180https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/interceptor/AbstractFallbackTransactionAttributeSource.java
8181https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/interceptor/BeanFactoryTransactionAttributeSourceAdvisor.java
8182https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/interceptor/CompositeTransactionAttributeSource.java
8183https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/interceptor/DefaultTransactionAttribute.java
8184https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/interceptor/DelegatingTransactionAttribute.java
8185https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/interceptor/MatchAlwaysTransactionAttributeSource.java
8186https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/interceptor/MethodMapTransactionAttributeSource.java
8187https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/interceptor/NameMatchTransactionAttributeSource.java
8188https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/interceptor/NoRollbackRuleAttribute.java
8189https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/interceptor/package-info.java
8190https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/interceptor/RollbackRuleAttribute.java
8191https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/interceptor/RuleBasedTransactionAttribute.java
8192https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionalProxy.java
8193https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAspectSupport.java
8194https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAttribute.java
8195https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAttributeEditor.java
8196https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAttributeSource.java
8197https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAttributeSourceAdvisor.java
8198https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAttributeSourceEditor.java
8199https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAttributeSourcePointcut.java
8200https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionInterceptor.java
8201https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionProxyFactoryBean.java
8202https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/jta/JtaAfterCompletionSynchronization.java
8203https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/jta/JtaTransactionManager.java
8204https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/jta/JtaTransactionObject.java
8205https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/jta/ManagedTransactionAdapter.java
8206https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/jta/package-info.java
8207https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/jta/SimpleTransactionFactory.java
8208https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/jta/SpringJtaSynchronizationAdapter.java
8209https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/jta/TransactionFactory.java
8210https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/jta/UserTransactionAdapter.java
8211https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/reactive/AbstractReactiveTransactionManager.java
8212https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/reactive/GenericReactiveTransaction.java
8213https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/reactive/package-info.java
8214https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/reactive/ReactiveResourceSynchronization.java
8215https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/reactive/TransactionalEventPublisher.java
8216https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/reactive/TransactionalOperator.java
8217https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/reactive/TransactionalOperatorImpl.java
8218https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/reactive/TransactionCallback.java
8219https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/reactive/TransactionContext.java
8220https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/reactive/TransactionContextHolder.java
8221https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/reactive/TransactionContextManager.java
8222https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/reactive/TransactionSynchronization.java
8223https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/reactive/TransactionSynchronizationManager.java
8224https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/reactive/TransactionSynchronizationUtils.java
8225https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/support/AbstractPlatformTransactionManager.java
8226https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/support/AbstractTransactionStatus.java
8227https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/support/CallbackPreferringPlatformTransactionManager.java
8228https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/support/DefaultTransactionDefinition.java
8229https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/support/DefaultTransactionStatus.java
8230https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/support/DelegatingTransactionDefinition.java
8231https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/support/package-info.java
8232https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/support/ResourceHolder.java
8233https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/support/ResourceHolderSupport.java
8234https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/support/ResourceHolderSynchronization.java
8235https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/support/ResourceTransactionDefinition.java
8236https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/support/ResourceTransactionManager.java
8237https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/support/SimpleTransactionScope.java
8238https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/support/SimpleTransactionStatus.java
8239https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/support/SmartTransactionObject.java
8240https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/support/TransactionCallback.java
8241https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/support/TransactionCallbackWithoutResult.java
8242https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/support/TransactionOperations.java
8243https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/support/TransactionSynchronization.java
8244https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/support/TransactionSynchronizationAdapter.java
8245https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/support/TransactionSynchronizationManager.java
8246https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/support/TransactionSynchronizationUtils.java
8247https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/support/TransactionTemplate.java
8248https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/java/org/springframework/transaction/support/WithoutTransactionOperations.java
8249https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/kotlin/org/springframework/transaction/reactive/TransactionalOperatorExtensions.kt
8250https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/resources/META-INF/spring.handlers
8251https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/resources/META-INF/spring.schemas
8252https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/resources/META-INF/spring.tooling
8253https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/resources/META-INF/spring/aot.factories
8254https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/resources/org/springframework/jca/context/ra.xml
8255https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/resources/org/springframework/transaction/config/spring-tx.gif
8256https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/main/resources/org/springframework/transaction/config/spring-tx.xsd
8257https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/dao/annotation/PersistenceExceptionTranslationAdvisorTests.java
8258https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/dao/annotation/PersistenceExceptionTranslationInterceptorTests.java
8259https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/dao/annotation/PersistenceExceptionTranslationPostProcessorTests.java
8260https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/dao/support/ChainedPersistenceExceptionTranslatorTests.java
8261https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/dao/support/DataAccessUtilsTests.java
8262https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/dao/support/MapPersistenceExceptionTranslator.java
8263https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/jca/support/LocalConnectionFactoryBeanTests.java
8264https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/JndiJtaTransactionManagerTests.java
8265https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/JtaTransactionManagerTests.java
8266https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/MockJtaTransaction.java
8267https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/TxNamespaceHandlerEventTests.java
8268https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/TxNamespaceHandlerTests.java
8269https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/annotation/AnnotationTransactionAttributeSourceTests.java
8270https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/annotation/AnnotationTransactionInterceptorTests.java
8271https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/annotation/AnnotationTransactionNamespaceHandlerTests.java
8272https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/annotation/EnableTransactionManagementTests.java
8273https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/annotation/TransactionBeanRegistrationAotProcessorTests.java
8274https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/config/AnnotationDrivenTests.java
8275https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/config/NoSynch.java
8276https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/config/NoSynchTransactionManager.java
8277https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/config/SynchTransactionManager.java
8278https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/config/TransactionalService.java
8279https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/config/TransactionManagerConfiguration.java
8280https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/event/CapturingSynchronizationCallback.java
8281https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/event/ReactiveTransactionalEventListenerTests.java
8282https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/event/TransactionalApplicationListenerAdapterTests.java
8283https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/event/TransactionalApplicationListenerMethodAdapterTests.java
8284https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/event/TransactionalEventListenerTests.java
8285https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/interceptor/AbstractReactiveTransactionAspectTests.java
8286https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/interceptor/AbstractTransactionAspectTests.java
8287https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/interceptor/BeanFactoryTransactionTests.java
8288https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/interceptor/ImplementsNoInterfaces.java
8289https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/interceptor/MapTransactionAttributeSource.java
8290https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/interceptor/MyRuntimeException.java
8291https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/interceptor/PlatformTransactionManagerFacade.java
8292https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/interceptor/ReactiveTransactionInterceptorTests.java
8293https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/interceptor/RollbackRuleAttributeTests.java
8294https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/interceptor/RuleBasedTransactionAttributeTests.java
8295https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/interceptor/TransactionAttributeEditorTests.java
8296https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/interceptor/TransactionAttributeSourceAdvisorTests.java
8297https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/interceptor/TransactionAttributeSourceEditorTests.java
8298https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/interceptor/TransactionAttributeSourceTests.java
8299https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/interceptor/TransactionInterceptorTests.java
8300https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/reactive/ReactiveTestTransactionManager.java
8301https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/reactive/ReactiveTransactionSupportTests.java
8302https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/reactive/TransactionalOperatorTests.java
8303https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/support/JtaTransactionManagerSerializationTests.java
8304https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/support/SimpleTransactionScopeTests.java
8305https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/support/TestTransactionManager.java
8306https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/java/org/springframework/transaction/support/TransactionSupportTests.java
8307https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/kotlin/org/springframework/transaction/annotation/CoroutinesAnnotationTransactionInterceptorTests.kt
8308https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/kotlin/org/springframework/transaction/interceptor/AbstractCoroutinesTransactionAspectTests.kt
8309https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/kotlin/org/springframework/transaction/interceptor/CoroutinesTransactionInterceptorTests.kt
8310https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/kotlin/org/springframework/transaction/reactive/TransactionalOperatorExtensionsTests.kt
8311https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/resources/log4j2-test.xml
8312https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/resources/org/springframework/transaction/txNamespaceHandlerTests.xml
8313https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/resources/org/springframework/transaction/annotation/annotationTransactionNamespaceHandlerTests.xml
8314https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/resources/org/springframework/transaction/config/annotationDrivenConfigurationClassTests.xml
8315https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/resources/org/springframework/transaction/config/annotationDrivenProxyTargetClassTests.xml
8316https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/resources/org/springframework/transaction/interceptor/noTransactionAttributeSource.xml
8317https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/test/resources/org/springframework/transaction/interceptor/transactionalBeanFactory.xml
8318https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/testFixtures/java/org/springframework/transaction/testfixture/CallCountingTransactionManager.java
8319https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/testFixtures/java/org/springframework/transaction/testfixture/MockCallbackPreferringTransactionManager.java
8320https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/testFixtures/java/org/springframework/transaction/testfixture/ReactiveCallCountingTransactionManager.java
8321https://github.com/spring-projects/spring-framework/tree/main/spring-tx/src/testFixtures/java/org/springframework/transaction/testfixture/TestTransactionExecutionListener.java
8322https://github.com/spring-projects/spring-framework/tree/main/spring-web/spring-web.gradle
8323https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/jmh/java/org/springframework/http/MediaTypeBenchmark.java
8324https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/jmh/java/org/springframework/http/codec/json/Jackson2JsonEncoderBenchmark.java
8325https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/jmh/java/org/springframework/http/codec/json/Project.java
8326https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/jmh/java/org/springframework/http/converter/protobuf/ProtobufHttpMessageConverterBenchmark.java
8327https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/jmh/java/org/springframework/http/support/HeadersAdapterBenchmark.java
8328https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/jmh/java/org/springframework/http/support/HeadersAdaptersBaseline.java
8329https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/jmh/java/org/springframework/web/bind/ServletRequestUtilsBenchmark.java
8330https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/jmh/java/org/springframework/web/util/pattern/PathMatchingBenchmark.java
8331https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/CacheControl.java
8332https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/ContentDisposition.java
8333https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/DefaultHttpStatusCode.java
8334https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/ETag.java
8335https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/HttpCookie.java
8336https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/HttpEntity.java
8337https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/HttpHeaders.java
8338https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/HttpInputMessage.java
8339https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/HttpLogging.java
8340https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/HttpMessage.java
8341https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/HttpMethod.java
8342https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/HttpMimeTypesRuntimeHints.java
8343https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/HttpOutputMessage.java
8344https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/HttpRange.java
8345https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/HttpRequest.java
8346https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/HttpStatus.java
8347https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/HttpStatusCode.java
8348https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/InvalidMediaTypeException.java
8349https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/MediaType.java
8350https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/MediaTypeEditor.java
8351https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/MediaTypeFactory.java
8352https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/package-info.java
8353https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/ProblemDetail.java
8354https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/ReactiveHttpInputMessage.java
8355https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/ReactiveHttpOutputMessage.java
8356https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/ReadOnlyHttpHeaders.java
8357https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/RequestEntity.java
8358https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/ResponseCookie.java
8359https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/ResponseEntity.java
8360https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/StreamingHttpOutputMessage.java
8361https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/ZeroCopyHttpOutputMessage.java
8362https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/AbstractBufferingClientHttpRequest.java
8363https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/AbstractClientHttpRequest.java
8364https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/AbstractClientHttpRequestFactoryWrapper.java
8365https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/AbstractStreamingClientHttpRequest.java
8366https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/BufferingClientHttpRequestFactory.java
8367https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/BufferingClientHttpRequestWrapper.java
8368https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/BufferingClientHttpResponseWrapper.java
8369https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/ClientHttpRequest.java
8370https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/ClientHttpRequestExecution.java
8371https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/ClientHttpRequestFactory.java
8372https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/ClientHttpRequestInitializer.java
8373https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/ClientHttpRequestInterceptor.java
8374https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/ClientHttpResponse.java
8375https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/HttpComponentsClientHttpRequest.java
8376https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/HttpComponentsClientHttpRequestFactory.java
8377https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/HttpComponentsClientHttpResponse.java
8378https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/InterceptingClientHttpRequest.java
8379https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/InterceptingClientHttpRequestFactory.java
8380https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/JdkClientHttpRequest.java
8381https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/JdkClientHttpRequestFactory.java
8382https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/JdkClientHttpResponse.java
8383https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/JettyClientHttpRequest.java
8384https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/JettyClientHttpRequestFactory.java
8385https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/JettyClientHttpResponse.java
8386https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/MultipartBodyBuilder.java
8387https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/OutputStreamPublisher.java
8388https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/package-info.java
8389https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/ReactorClientHttpRequest.java
8390https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/ReactorClientHttpRequestFactory.java
8391https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/ReactorClientHttpResponse.java
8392https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/ReactorResourceFactory.java
8393https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/SimpleClientHttpRequest.java
8394https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/SimpleClientHttpRequestFactory.java
8395https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/SimpleClientHttpResponse.java
8396https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/SubscriberInputStream.java
8397https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/observation/ClientHttpObservationDocumentation.java
8398https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/observation/ClientRequestObservationContext.java
8399https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/observation/ClientRequestObservationConvention.java
8400https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/observation/DefaultClientRequestObservationConvention.java
8401https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/observation/package-info.java
8402https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/reactive/AbstractClientHttpRequest.java
8403https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/reactive/AbstractClientHttpResponse.java
8404https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/reactive/ClientHttpConnector.java
8405https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/reactive/ClientHttpRequest.java
8406https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/reactive/ClientHttpRequestDecorator.java
8407https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/reactive/ClientHttpResponse.java
8408https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/reactive/ClientHttpResponseDecorator.java
8409https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/reactive/HttpComponentsClientHttpConnector.java
8410https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/reactive/HttpComponentsClientHttpRequest.java
8411https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/reactive/HttpComponentsClientHttpResponse.java
8412https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/reactive/JdkClientHttpConnector.java
8413https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/reactive/JdkClientHttpRequest.java
8414https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/reactive/JdkClientHttpResponse.java
8415https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/reactive/JdkHttpClientResourceFactory.java
8416https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/reactive/JdkResponseCookieParser.java
8417https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/reactive/JettyClientHttpConnector.java
8418https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/reactive/JettyClientHttpRequest.java
8419https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/reactive/JettyClientHttpResponse.java
8420https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/reactive/JettyResourceFactory.java
8421https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/reactive/package-info.java
8422https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/reactive/ReactorClientHttpConnector.java
8423https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/reactive/ReactorClientHttpRequest.java
8424https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/reactive/ReactorClientHttpResponse.java
8425https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/support/BasicAuthenticationInterceptor.java
8426https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/support/HttpAccessor.java
8427https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/support/HttpRequestWrapper.java
8428https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/support/InterceptingHttpAccessor.java
8429https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/support/package-info.java
8430https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/client/support/ProxyFactoryBean.java
8431https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/AbstractJacksonDecoder.java
8432https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/AbstractJacksonEncoder.java
8433https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/ClientCodecConfigurer.java
8434https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/CodecConfigurer.java
8435https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/CodecConfigurerFactory.java
8436https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/CodecConfigurerRuntimeHints.java
8437https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/DecoderHttpMessageReader.java
8438https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/EncoderHttpMessageWriter.java
8439https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/FormHttpMessageReader.java
8440https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/FormHttpMessageWriter.java
8441https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/HttpMessageDecoder.java
8442https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/HttpMessageEncoder.java
8443https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/HttpMessageReader.java
8444https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/HttpMessageWriter.java
8445https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/JacksonCodecSupport.java
8446https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/JacksonTokenizer.java
8447https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/KotlinSerializationBinaryDecoder.java
8448https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/KotlinSerializationBinaryEncoder.java
8449https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/KotlinSerializationStringDecoder.java
8450https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/KotlinSerializationStringEncoder.java
8451https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/KotlinSerializationSupport.java
8452https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/LoggingCodecSupport.java
8453https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/package-info.java
8454https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/ResourceHttpMessageReader.java
8455https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/ResourceHttpMessageWriter.java
8456https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/ServerCodecConfigurer.java
8457https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/ServerSentEvent.java
8458https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/ServerSentEventHttpMessageReader.java
8459https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/ServerSentEventHttpMessageWriter.java
8460https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/cbor/Jackson2CborDecoder.java
8461https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/cbor/Jackson2CborEncoder.java
8462https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/cbor/JacksonCborDecoder.java
8463https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/cbor/JacksonCborEncoder.java
8464https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/cbor/KotlinSerializationCborDecoder.java
8465https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/cbor/KotlinSerializationCborEncoder.java
8466https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/cbor/package-info.java
8467https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/json/AbstractJackson2Decoder.java
8468https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/json/AbstractJackson2Encoder.java
8469https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/json/Jackson2CodecSupport.java
8470https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/json/Jackson2JsonDecoder.java
8471https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/json/Jackson2JsonEncoder.java
8472https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/json/Jackson2SmileDecoder.java
8473https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/json/Jackson2SmileEncoder.java
8474https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/json/Jackson2Tokenizer.java
8475https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/json/JacksonJsonDecoder.java
8476https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/json/JacksonJsonEncoder.java
8477https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/json/KotlinSerializationJsonDecoder.java
8478https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/json/KotlinSerializationJsonEncoder.java
8479https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/json/package-info.java
8480https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/multipart/DefaultPartEvents.java
8481https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/multipart/DefaultPartHttpMessageReader.java
8482https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/multipart/DefaultParts.java
8483https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/multipart/FilePart.java
8484https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/multipart/FilePartEvent.java
8485https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/multipart/FileStorage.java
8486https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/multipart/FormFieldPart.java
8487https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/multipart/FormPartEvent.java
8488https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/multipart/MultipartHttpMessageReader.java
8489https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/multipart/MultipartHttpMessageWriter.java
8490https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/multipart/MultipartParser.java
8491https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/multipart/MultipartUtils.java
8492https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/multipart/MultipartWriterSupport.java
8493https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/multipart/package-info.java
8494https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/multipart/Part.java
8495https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/multipart/PartEvent.java
8496https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/multipart/PartEventHttpMessageReader.java
8497https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/multipart/PartEventHttpMessageWriter.java
8498https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/multipart/PartGenerator.java
8499https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/multipart/PartHttpMessageWriter.java
8500https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/protobuf/KotlinSerializationProtobufDecoder.java
8501https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/protobuf/KotlinSerializationProtobufEncoder.java
8502https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/protobuf/package-info.java
8503https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/protobuf/ProtobufCodecSupport.java
8504https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/protobuf/ProtobufDecoder.java
8505https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/protobuf/ProtobufEncoder.java
8506https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/protobuf/ProtobufHttpMessageWriter.java
8507https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/protobuf/ProtobufJsonDecoder.java
8508https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/protobuf/ProtobufJsonEncoder.java
8509https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/smile/JacksonSmileDecoder.java
8510https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/smile/JacksonSmileEncoder.java
8511https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/smile/package-info.java
8512https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/support/BaseCodecConfigurer.java
8513https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/support/BaseDefaultCodecs.java
8514https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/support/ClientDefaultCodecsImpl.java
8515https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/support/DefaultClientCodecConfigurer.java
8516https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/support/DefaultServerCodecConfigurer.java
8517https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/support/package-info.java
8518https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/support/ServerDefaultCodecsImpl.java
8519https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/xml/Jaxb2Helper.java
8520https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/xml/Jaxb2XmlDecoder.java
8521https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/xml/Jaxb2XmlEncoder.java
8522https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/xml/JaxbContextContainer.java
8523https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/xml/package-info.java
8524https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/codec/xml/XmlEventDecoder.java
8525https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/AbstractGenericHttpMessageConverter.java
8526https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/AbstractHttpMessageConverter.java
8527https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/AbstractJacksonHttpMessageConverter.java
8528https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/AbstractKotlinSerializationHttpMessageConverter.java
8529https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/AbstractSmartHttpMessageConverter.java
8530https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/BufferedImageHttpMessageConverter.java
8531https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/ByteArrayHttpMessageConverter.java
8532https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/DefaultHttpMessageConverters.java
8533https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/FormHttpMessageConverter.java
8534https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/GenericHttpMessageConverter.java
8535https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/HttpMessageConversionException.java
8536https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/HttpMessageConverter.java
8537https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/HttpMessageConverters.java
8538https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/HttpMessageNotReadableException.java
8539https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/HttpMessageNotWritableException.java
8540https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/KotlinSerializationBinaryHttpMessageConverter.java
8541https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/KotlinSerializationStringHttpMessageConverter.java
8542https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/ObjectToStringHttpMessageConverter.java
8543https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/package-info.java
8544https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/ResourceHttpMessageConverter.java
8545https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/ResourceRegionHttpMessageConverter.java
8546https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/SmartHttpMessageConverter.java
8547https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/StringHttpMessageConverter.java
8548https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/cbor/JacksonCborHttpMessageConverter.java
8549https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/cbor/KotlinSerializationCborHttpMessageConverter.java
8550https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/cbor/MappingJackson2CborHttpMessageConverter.java
8551https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/cbor/package-info.java
8552https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/feed/AbstractWireFeedHttpMessageConverter.java
8553https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/feed/AtomFeedHttpMessageConverter.java
8554https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/feed/package-info.java
8555https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/feed/RssChannelHttpMessageConverter.java
8556https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/json/AbstractJackson2HttpMessageConverter.java
8557https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/json/AbstractJsonHttpMessageConverter.java
8558https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/json/GsonBuilderUtils.java
8559https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/json/GsonFactoryBean.java
8560https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/json/GsonHttpMessageConverter.java
8561https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/json/Jackson2ObjectMapperBuilder.java
8562https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/json/Jackson2ObjectMapperFactoryBean.java
8563https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/json/JacksonJsonHttpMessageConverter.java
8564https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/json/JacksonModulesRuntimeHints.java
8565https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/json/JsonbHttpMessageConverter.java
8566https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/json/KotlinSerializationJsonHttpMessageConverter.java
8567https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/json/MappingJackson2HttpMessageConverter.java
8568https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/json/MappingJacksonInputMessage.java
8569https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/json/MappingJacksonValue.java
8570https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/json/package-info.java
8571https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/json/ProblemDetailJacksonMixin.java
8572https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/json/ProblemDetailJacksonXmlMixin.java
8573https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/json/ProblemDetailRuntimeHints.java
8574https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/json/SpringHandlerInstantiator.java
8575https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/protobuf/KotlinSerializationProtobufHttpMessageConverter.java
8576https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/protobuf/package-info.java
8577https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/protobuf/ProtobufHttpMessageConverter.java
8578https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/protobuf/ProtobufJsonFormatHttpMessageConverter.java
8579https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/smile/JacksonSmileHttpMessageConverter.java
8580https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/smile/MappingJackson2SmileHttpMessageConverter.java
8581https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/smile/package-info.java
8582https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/support/AllEncompassingFormHttpMessageConverter.java
8583https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/support/package-info.java
8584https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/xml/AbstractJaxb2HttpMessageConverter.java
8585https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/xml/AbstractXmlHttpMessageConverter.java
8586https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/xml/JacksonXmlHttpMessageConverter.java
8587https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/xml/Jaxb2CollectionHttpMessageConverter.java
8588https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/xml/Jaxb2RootElementHttpMessageConverter.java
8589https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/xml/MappingJackson2XmlHttpMessageConverter.java
8590https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/xml/MarshallingHttpMessageConverter.java
8591https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/xml/package-info.java
8592https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/xml/SourceHttpMessageConverter.java
8593https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/yaml/JacksonYamlHttpMessageConverter.java
8594https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/yaml/MappingJackson2YamlHttpMessageConverter.java
8595https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/converter/yaml/package-info.java
8596https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/DefaultPathContainer.java
8597https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/DefaultRequestPath.java
8598https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/DelegatingServerHttpResponse.java
8599https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/package-info.java
8600https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/PathContainer.java
8601https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/RequestPath.java
8602https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/ServerHttpAsyncRequestControl.java
8603https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/ServerHttpRequest.java
8604https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/ServerHttpResponse.java
8605https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/ServletServerHttpAsyncRequestControl.java
8606https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/ServletServerHttpRequest.java
8607https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/ServletServerHttpResponse.java
8608https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/observation/DefaultServerRequestObservationConvention.java
8609https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/observation/OpenTelemetryServerHttpObservationDocumentation.java
8610https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/observation/OpenTelemetryServerRequestObservationConvention.java
8611https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/observation/package-info.java
8612https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/observation/ServerHttpObservationDocumentation.java
8613https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/observation/ServerRequestObservationContext.java
8614https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/observation/ServerRequestObservationConvention.java
8615https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/AbstractListenerReadPublisher.java
8616https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/AbstractListenerServerHttpResponse.java
8617https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/AbstractListenerWriteFlushProcessor.java
8618https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/AbstractListenerWriteProcessor.java
8619https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/AbstractServerHttpRequest.java
8620https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/AbstractServerHttpResponse.java
8621https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/ChannelSendOperator.java
8622https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/ContextPathCompositeHandler.java
8623https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/DefaultServerHttpRequestBuilder.java
8624https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/DefaultSslInfo.java
8625https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/HttpHandler.java
8626https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/HttpHandlerDecoratorFactory.java
8627https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/HttpHeadResponseDecorator.java
8628https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/JettyCoreHttpHandlerAdapter.java
8629https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/JettyCoreServerHttpRequest.java
8630https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/JettyCoreServerHttpResponse.java
8631https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/package-info.java
8632https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/ReactorHttpHandlerAdapter.java
8633https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/ReactorServerHttpRequest.java
8634https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/ReactorServerHttpResponse.java
8635https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/ReactorUriHelper.java
8636https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/ServerHttpRequest.java
8637https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/ServerHttpRequestDecorator.java
8638https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/ServerHttpResponse.java
8639https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/ServerHttpResponseDecorator.java
8640https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/ServletHttpHandlerAdapter.java
8641https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/ServletServerHttpRequest.java
8642https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/ServletServerHttpResponse.java
8643https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/SslInfo.java
8644https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/TomcatHeadersAdapter.java
8645https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/TomcatHttpHandlerAdapter.java
8646https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/WriteResultPublisher.java
8647https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/observation/DefaultServerRequestObservationConvention.java
8648https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/observation/package-info.java
8649https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/observation/ServerHttpObservationDocumentation.java
8650https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/observation/ServerRequestObservationContext.java
8651https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/server/reactive/observation/ServerRequestObservationConvention.java
8652https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/support/HttpComponentsHeadersAdapter.java
8653https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/support/JacksonHandlerInstantiator.java
8654https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/support/JettyHeadersAdapter.java
8655https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/support/Netty4HeadersAdapter.java
8656https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/http/support/package-info.java
8657https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/DefaultErrorResponseBuilder.java
8658https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/ErrorResponse.java
8659https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/ErrorResponseException.java
8660https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/HttpMediaTypeException.java
8661https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/HttpMediaTypeNotAcceptableException.java
8662https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/HttpMediaTypeNotSupportedException.java
8663https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/HttpRequestHandler.java
8664https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/HttpRequestMethodNotSupportedException.java
8665https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/HttpSessionRequiredException.java
8666https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/package-info.java
8667https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/SpringServletContainerInitializer.java
8668https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/WebApplicationInitializer.java
8669https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/accept/AbstractMappingContentNegotiationStrategy.java
8670https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/accept/ApiVersionDeprecationHandler.java
8671https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/accept/ApiVersionParser.java
8672https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/accept/ApiVersionResolver.java
8673https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/accept/ApiVersionStrategy.java
8674https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/accept/ContentNegotiationManager.java
8675https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/accept/ContentNegotiationManagerFactoryBean.java
8676https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/accept/ContentNegotiationStrategy.java
8677https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/accept/DefaultApiVersionStrategy.java
8678https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/accept/FixedContentNegotiationStrategy.java
8679https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/accept/HeaderContentNegotiationStrategy.java
8680https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/accept/InvalidApiVersionException.java
8681https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/accept/MappingMediaTypeFileExtensionResolver.java
8682https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/accept/MediaTypeFileExtensionResolver.java
8683https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/accept/MediaTypeParamApiVersionResolver.java
8684https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/accept/MissingApiVersionException.java
8685https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/accept/NotAcceptableApiVersionException.java
8686https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/accept/package-info.java
8687https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/accept/ParameterContentNegotiationStrategy.java
8688https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/accept/PathApiVersionResolver.java
8689https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/accept/QueryApiVersionResolver.java
8690https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/accept/SemanticApiVersionParser.java
8691https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/accept/StandardApiVersionDeprecationHandler.java
8692https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/EscapedErrors.java
8693https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/MethodArgumentNotValidException.java
8694https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/MissingMatrixVariableException.java
8695https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/MissingPathVariableException.java
8696https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/MissingRequestCookieException.java
8697https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/MissingRequestHeaderException.java
8698https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/MissingRequestValueException.java
8699https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/MissingServletRequestParameterException.java
8700https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/package-info.java
8701https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/ServletRequestBindingException.java
8702https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/ServletRequestDataBinder.java
8703https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/ServletRequestParameterPropertyValues.java
8704https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/ServletRequestUtils.java
8705https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/UnsatisfiedServletRequestParameterException.java
8706https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/WebDataBinder.java
8707https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/BindParam.java
8708https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/ControllerAdvice.java
8709https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/ControllerMappingReflectiveProcessor.java
8710https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/CookieValue.java
8711https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/CrossOrigin.java
8712https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/DeleteMapping.java
8713https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/ExceptionHandler.java
8714https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/ExceptionHandlerReflectiveProcessor.java
8715https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/GetMapping.java
8716https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/InitBinder.java
8717https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/Mapping.java
8718https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/MatrixVariable.java
8719https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/ModelAttribute.java
8720https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/package-info.java
8721https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/PatchMapping.java
8722https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/PathVariable.java
8723https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/PostMapping.java
8724https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/PutMapping.java
8725https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/RequestAttribute.java
8726https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/RequestBody.java
8727https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/RequestHeader.java
8728https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/RequestMapping.java
8729https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/RequestMethod.java
8730https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/RequestParam.java
8731https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/RequestPart.java
8732https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/ResponseBody.java
8733https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/ResponseStatus.java
8734https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/RestController.java
8735https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/RestControllerAdvice.java
8736https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/SessionAttribute.java
8737https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/SessionAttributes.java
8738https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/annotation/ValueConstants.java
8739https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/support/BindParamNameResolver.java
8740https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/support/ConfigurableWebBindingInitializer.java
8741https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/support/DefaultDataBinderFactory.java
8742https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/support/DefaultSessionAttributeStore.java
8743https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/support/package-info.java
8744https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/support/SessionAttributeStore.java
8745https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/support/SessionStatus.java
8746https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/support/SimpleSessionStatus.java
8747https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/support/SpringWebConstraintValidatorFactory.java
8748https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/support/WebArgumentResolver.java
8749https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/support/WebBindingInitializer.java
8750https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/support/WebDataBinderFactory.java
8751https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/support/WebExchangeBindException.java
8752https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/support/WebExchangeDataBinder.java
8753https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/bind/support/WebRequestDataBinder.java
8754https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/ApiVersionFormatter.java
8755https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/ApiVersionInserter.java
8756https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/ClientHttpResponseDecorator.java
8757https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/DefaultApiVersionInserter.java
8758https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/DefaultApiVersionInserterBuilder.java
8759https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/DefaultResponseErrorHandler.java
8760https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/DefaultRestClient.java
8761https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/DefaultRestClientBuilder.java
8762https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/ExtractingResponseErrorHandler.java
8763https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/HttpClientErrorException.java
8764https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/HttpMessageConverterExtractor.java
8765https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/HttpServerErrorException.java
8766https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/HttpStatusCodeException.java
8767https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/IntrospectingClientHttpResponse.java
8768https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/NoOpResponseErrorHandler.java
8769https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/package-info.java
8770https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/RequestCallback.java
8771https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/ResourceAccessException.java
8772https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/ResponseErrorHandler.java
8773https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/ResponseExtractor.java
8774https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/RestClient.java
8775https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/RestClientException.java
8776https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/RestClientResponseException.java
8777https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/RestClientUtils.java
8778https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/RestOperations.java
8779https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/RestTemplate.java
8780https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/StatusHandler.java
8781https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/UnknownContentTypeException.java
8782https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/UnknownHttpStatusCodeException.java
8783https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/support/NotFoundRestClientAdapterDecorator.java
8784https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/support/package-info.java
8785https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/support/RestClientAdapter.java
8786https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/support/RestClientHttpServiceGroupAdapter.java
8787https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/support/RestClientHttpServiceGroupConfigurer.java
8788https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/support/RestGatewaySupport.java
8789https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/client/support/RestTemplateAdapter.java
8790https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/AbstractContextLoaderInitializer.java
8791https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/ConfigurableWebApplicationContext.java
8792https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/ConfigurableWebEnvironment.java
8793https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/ContextCleanupListener.java
8794https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/ContextLoader.java
8795https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/ContextLoaderListener.java
8796https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/package-info.java
8797https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/ServletConfigAware.java
8798https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/ServletContextAware.java
8799https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/WebApplicationContext.java
8800https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/annotation/ApplicationScope.java
8801https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/annotation/package-info.java
8802https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/annotation/RequestScope.java
8803https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/annotation/SessionScope.java
8804https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/AbstractRequestAttributes.java
8805https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/AbstractRequestAttributesScope.java
8806https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/AsyncWebRequestInterceptor.java
8807https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/DestructionCallbackBindingListener.java
8808https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/FacesRequestAttributes.java
8809https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/FacesWebRequest.java
8810https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/NativeWebRequest.java
8811https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/package-info.java
8812https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/RequestAttributes.java
8813https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/RequestAttributesThreadLocalAccessor.java
8814https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/RequestContextHolder.java
8815https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/RequestContextListener.java
8816https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/RequestScope.java
8817https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/ServletRequestAttributes.java
8818https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/ServletWebRequest.java
8819https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/SessionScope.java
8820https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/WebRequest.java
8821https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/WebRequestInterceptor.java
8822https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/async/AsyncRequestNotUsableException.java
8823https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/async/AsyncRequestTimeoutException.java
8824https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/async/AsyncWebRequest.java
8825https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/async/CallableInterceptorChain.java
8826https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/async/CallableProcessingInterceptor.java
8827https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/async/DeferredResult.java
8828https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/async/DeferredResultInterceptorChain.java
8829https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/async/DeferredResultProcessingInterceptor.java
8830https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/async/package-info.java
8831https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/async/StandardServletAsyncWebRequest.java
8832https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/async/TimeoutCallableProcessingInterceptor.java
8833https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/async/TimeoutDeferredResultProcessingInterceptor.java
8834https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/async/WebAsyncManager.java
8835https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/async/WebAsyncTask.java
8836https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/request/async/WebAsyncUtils.java
8837https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/support/AbstractRefreshableWebApplicationContext.java
8838https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/support/AnnotationConfigWebApplicationContext.java
8839https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/support/ContextExposingHttpServletRequest.java
8840https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/support/GenericWebApplicationContext.java
8841https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/support/GroovyWebApplicationContext.java
8842https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/support/HttpRequestHandlerServlet.java
8843https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/support/package-info.java
8844https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/support/RequestHandledEvent.java
8845https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/support/ServletConfigPropertySource.java
8846https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/support/ServletContextAttributeExporter.java
8847https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/support/ServletContextAttributeFactoryBean.java
8848https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/support/ServletContextAwareProcessor.java
8849https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/support/ServletContextParameterFactoryBean.java
8850https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/support/ServletContextPropertySource.java
8851https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/support/ServletContextResource.java
8852https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/support/ServletContextResourceLoader.java
8853https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/support/ServletContextResourcePatternResolver.java
8854https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/support/ServletContextScope.java
8855https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/support/ServletRequestHandledEvent.java
8856https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/support/SpringBeanAutowiringSupport.java
8857https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/support/StandardServletEnvironment.java
8858https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/support/StaticWebApplicationContext.java
8859https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/support/WebApplicationContextUtils.java
8860https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/support/WebApplicationObjectSupport.java
8861https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/context/support/XmlWebApplicationContext.java
8862https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/cors/CorsConfiguration.java
8863https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/cors/CorsConfigurationSource.java
8864https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/cors/CorsProcessor.java
8865https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/cors/CorsUtils.java
8866https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/cors/DefaultCorsProcessor.java
8867https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/cors/package-info.java
8868https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/cors/PreFlightRequestHandler.java
8869https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/cors/UrlBasedCorsConfigurationSource.java
8870https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/cors/reactive/CorsConfigurationSource.java
8871https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/cors/reactive/CorsProcessor.java
8872https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/cors/reactive/CorsUtils.java
8873https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/cors/reactive/CorsWebFilter.java
8874https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/cors/reactive/DefaultCorsProcessor.java
8875https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/cors/reactive/package-info.java
8876https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/cors/reactive/PreFlightRequestHandler.java
8877https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/cors/reactive/PreFlightRequestWebFilter.java
8878https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/cors/reactive/UrlBasedCorsConfigurationSource.java
8879https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/filter/AbstractRequestLoggingFilter.java
8880https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/filter/CharacterEncodingFilter.java
8881https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/filter/CommonsRequestLoggingFilter.java
8882https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/filter/CompositeFilter.java
8883https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/filter/CorsFilter.java
8884https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/filter/DelegatingFilterProxy.java
8885https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/filter/FormContentFilter.java
8886https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/filter/ForwardedHeaderFilter.java
8887https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/filter/GenericFilterBean.java
8888https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/filter/HiddenHttpMethodFilter.java
8889https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/filter/OncePerRequestFilter.java
8890https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/filter/package-info.java
8891https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/filter/RelativeRedirectFilter.java
8892https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/filter/RelativeRedirectResponseWrapper.java
8893https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/filter/RequestContextFilter.java
8894https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/filter/ServerHttpObservationFilter.java
8895https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/filter/ServletContextRequestLoggingFilter.java
8896https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/filter/ServletRequestPathFilter.java
8897https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/filter/ShallowEtagHeaderFilter.java
8898https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/filter/UrlHandlerFilter.java
8899https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/filter/reactive/HiddenHttpMethodFilter.java
8900https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/filter/reactive/package-info.java
8901https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/filter/reactive/ServerWebExchangeContextFilter.java
8902https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/filter/reactive/UrlHandlerFilter.java
8903https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/jsf/DecoratingNavigationHandler.java
8904https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/jsf/DelegatingNavigationHandlerProxy.java
8905https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/jsf/DelegatingPhaseListenerMulticaster.java
8906https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/jsf/FacesContextUtils.java
8907https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/jsf/package-info.java
8908https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/jsf/el/package-info.java
8909https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/jsf/el/SpringBeanFacesELResolver.java
8910https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/jsf/el/WebApplicationContextFacesELResolver.java
8911https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/ControllerAdviceBean.java
8912https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/HandlerMethod.java
8913https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/HandlerTypePredicate.java
8914https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/package-info.java
8915https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/annotation/AbstractCookieValueMethodArgumentResolver.java
8916https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/annotation/AbstractNamedValueMethodArgumentResolver.java
8917https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/annotation/AbstractWebArgumentResolverAdapter.java
8918https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/annotation/ErrorsMethodArgumentResolver.java
8919https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/annotation/ExceptionHandlerMappingInfo.java
8920https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/annotation/ExceptionHandlerMethodResolver.java
8921https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/annotation/ExpressionValueMethodArgumentResolver.java
8922https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/annotation/HandlerMethodValidationException.java
8923https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/annotation/HandlerMethodValidator.java
8924https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/annotation/InitBinderDataBinderFactory.java
8925https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/annotation/MapMethodProcessor.java
8926https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/annotation/MethodArgumentConversionNotSupportedException.java
8927https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/annotation/MethodArgumentTypeMismatchException.java
8928https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/annotation/ModelAttributeMethodProcessor.java
8929https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/annotation/ModelFactory.java
8930https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/annotation/ModelMethodProcessor.java
8931https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/annotation/package-info.java
8932https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/annotation/RequestHeaderMapMethodArgumentResolver.java
8933https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/annotation/RequestHeaderMethodArgumentResolver.java
8934https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/annotation/RequestParamMapMethodArgumentResolver.java
8935https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/annotation/RequestParamMethodArgumentResolver.java
8936https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/annotation/SessionAttributesHandler.java
8937https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/annotation/SessionStatusMethodArgumentResolver.java
8938https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/support/AsyncHandlerMethodReturnValueHandler.java
8939https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/support/CompositeUriComponentsContributor.java
8940https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/support/HandlerMethodArgumentResolver.java
8941https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/support/HandlerMethodArgumentResolverComposite.java
8942https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/support/HandlerMethodReturnValueHandler.java
8943https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/support/HandlerMethodReturnValueHandlerComposite.java
8944https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/support/InvocableHandlerMethod.java
8945https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/support/ModelAndViewContainer.java
8946https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/support/package-info.java
8947https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/method/support/UriComponentsContributor.java
8948https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/multipart/MaxUploadSizeExceededException.java
8949https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/multipart/MultipartException.java
8950https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/multipart/MultipartFile.java
8951https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/multipart/MultipartFileResource.java
8952https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/multipart/MultipartHttpServletRequest.java
8953https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/multipart/MultipartRequest.java
8954https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/multipart/MultipartResolver.java
8955https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/multipart/package-info.java
8956https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/multipart/support/AbstractMultipartHttpServletRequest.java
8957https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/multipart/support/ByteArrayMultipartFileEditor.java
8958https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/multipart/support/DefaultMultipartHttpServletRequest.java
8959https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/multipart/support/MissingServletRequestPartException.java
8960https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/multipart/support/MultipartFilter.java
8961https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/multipart/support/MultipartResolutionDelegate.java
8962https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/multipart/support/package-info.java
8963https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/multipart/support/RequestPartServletServerHttpRequest.java
8964https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/multipart/support/StandardMultipartHttpServletRequest.java
8965https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/multipart/support/StandardServletMultipartResolver.java
8966https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/multipart/support/StandardServletPartUtils.java
8967https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/multipart/support/StringMultipartFileEditor.java
8968https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/ContentTooLargeException.java
8969https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/DefaultServerWebExchangeBuilder.java
8970https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/MethodNotAllowedException.java
8971https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/MissingRequestValueException.java
8972https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/NotAcceptableStatusException.java
8973https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/package-info.java
8974https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/PayloadTooLargeException.java
8975https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/ResponseStatusException.java
8976https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/ServerErrorException.java
8977https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/ServerWebExchange.java
8978https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/ServerWebExchangeDecorator.java
8979https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/ServerWebInputException.java
8980https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/UnsatisfiedRequestParameterException.java
8981https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/UnsupportedMediaTypeStatusException.java
8982https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/WebExceptionHandler.java
8983https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/WebFilter.java
8984https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/WebFilterChain.java
8985https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/WebHandler.java
8986https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/WebSession.java
8987https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/adapter/AbstractReactiveWebInitializer.java
8988https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/adapter/DefaultServerWebExchange.java
8989https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/adapter/ForwardedHeaderTransformer.java
8990https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/adapter/HttpWebHandlerAdapter.java
8991https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/adapter/package-info.java
8992https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/adapter/WebHttpHandlerBuilder.java
8993https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/handler/DefaultWebFilterChain.java
8994https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/handler/ExceptionHandlingWebHandler.java
8995https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/handler/FilteringWebHandler.java
8996https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/handler/package-info.java
8997https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/handler/ResponseStatusExceptionHandler.java
8998https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/handler/WebHandlerDecorator.java
8999https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/i18n/AcceptHeaderLocaleContextResolver.java
9000https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/i18n/FixedLocaleContextResolver.java
9001https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/i18n/LocaleContextResolver.java
9002https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/i18n/package-info.java
9003https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/session/CookieWebSessionIdResolver.java
9004https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/session/DefaultWebSessionManager.java
9005https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/session/HeaderWebSessionIdResolver.java
9006https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/session/InMemoryWebSessionStore.java
9007https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/session/package-info.java
9008https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/session/WebSessionIdResolver.java
9009https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/session/WebSessionManager.java
9010https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/server/session/WebSessionStore.java
9011https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/package-info.java
9012https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/annotation/DeleteExchange.java
9013https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/annotation/GetExchange.java
9014https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/annotation/HttpExchange.java
9015https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/annotation/HttpExchangeBeanRegistrationAotProcessor.java
9016https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/annotation/HttpExchangeReflectiveProcessor.java
9017https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/annotation/package-info.java
9018https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/annotation/PatchExchange.java
9019https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/annotation/PostExchange.java
9020https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/annotation/PutExchange.java
9021https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/invoker/AbstractNamedValueArgumentResolver.java
9022https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/invoker/AbstractReactorHttpExchangeAdapter.java
9023https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/invoker/CookieValueArgumentResolver.java
9024https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/invoker/HttpExchangeAdapter.java
9025https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/invoker/HttpExchangeAdapterDecorator.java
9026https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/invoker/HttpMethodArgumentResolver.java
9027https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/invoker/HttpRequestValues.java
9028https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/invoker/HttpServiceArgumentResolver.java
9029https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/invoker/HttpServiceMethod.java
9030https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/invoker/HttpServiceProxyFactory.java
9031https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/invoker/package-info.java
9032https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/invoker/PathVariableArgumentResolver.java
9033https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/invoker/ReactiveHttpRequestValues.java
9034https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/invoker/ReactorHttpExchangeAdapter.java
9035https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/invoker/ReactorHttpExchangeAdapterDecorator.java
9036https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/invoker/RequestAttributeArgumentResolver.java
9037https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/invoker/RequestBodyArgumentResolver.java
9038https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/invoker/RequestHeaderArgumentResolver.java
9039https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/invoker/RequestParamArgumentResolver.java
9040https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/invoker/RequestPartArgumentResolver.java
9041https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/invoker/UriBuilderFactoryArgumentResolver.java
9042https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/invoker/UrlArgumentResolver.java
9043https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/registry/AbstractClientHttpServiceRegistrar.java
9044https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/registry/AbstractHttpServiceRegistrar.java
9045https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/registry/GroupsMetadata.java
9046https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/registry/GroupsMetadataValueDelegate.java
9047https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/registry/HttpServiceClient.java
9048https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/registry/HttpServiceGroup.java
9049https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/registry/HttpServiceGroupAdapter.java
9050https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/registry/HttpServiceGroupConfigurer.java
9051https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/registry/HttpServiceProxyBeanRegistrationAotProcessor.java
9052https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/registry/HttpServiceProxyRegistry.java
9053https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/registry/HttpServiceProxyRegistryFactoryBean.java
9054https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/registry/ImportHttpServiceRegistrar.java
9055https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/registry/ImportHttpServices.java
9056https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/service/registry/package-info.java
9057https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/BindErrorUtils.java
9058https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/ContentCachingRequestWrapper.java
9059https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/ContentCachingResponseWrapper.java
9060https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/DefaultUriBuilderFactory.java
9061https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/DisconnectedClientHelper.java
9062https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/ForwardedHeaderUtils.java
9063https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/HierarchicalUriComponents.java
9064https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/HtmlCharacterEntityDecoder.java
9065https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/HtmlCharacterEntityReferences.java
9066https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/HtmlUtils.java
9067https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/HttpSessionMutexListener.java
9068https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/IntrospectorCleanupListener.java
9069https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/InvalidUrlException.java
9070https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/JavaScriptUtils.java
9071https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/OpaqueUriComponents.java
9072https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/package-info.java
9073https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/RfcUriParser.java
9074https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/ServletContextPropertyUtils.java
9075https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/ServletRequestPathUtils.java
9076https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/TagUtils.java
9077https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/UriBuilder.java
9078https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/UriBuilderFactory.java
9079https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/UriComponents.java
9080https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/UriComponentsBuilder.java
9081https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/UriTemplate.java
9082https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/UriTemplateHandler.java
9083https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/UriUtils.java
9084https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/UrlPathHelper.java
9085https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/WebAppRootListener.java
9086https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/WebUtilRuntimeHints.java
9087https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/WebUtils.java
9088https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/WhatWgUrlParser.java
9089https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/pattern/CaptureSegmentsPathElement.java
9090https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/pattern/CaptureVariablePathElement.java
9091https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/pattern/InternalPathPatternParser.java
9092https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/pattern/LiteralPathElement.java
9093https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/pattern/package-info.java
9094https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/pattern/PathElement.java
9095https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/pattern/PathPattern.java
9096https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/pattern/PathPatternParser.java
9097https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/pattern/PathPatternRouteMatcher.java
9098https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/pattern/PatternParseException.java
9099https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/pattern/RegexPathElement.java
9100https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/pattern/SeparatorPathElement.java
9101https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/pattern/SingleCharWildcardedPathElement.java
9102https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/pattern/WildcardPathElement.java
9103https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/java/org/springframework/web/util/pattern/WildcardSegmentsPathElement.java
9104https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/kotlin/org/springframework/web/client/RestClientExtensions.kt
9105https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/kotlin/org/springframework/web/client/RestOperationsExtensions.kt
9106https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/kotlin/org/springframework/web/server/CoWebExceptionHandler.kt
9107https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/kotlin/org/springframework/web/server/CoWebFilter.kt
9108https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/kotlin/org/springframework/web/server/ServerWebExchangeExtensions.kt
9109https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/kotlin/org/springframework/web/service/invoker/HttpServiceProxyFactoryExtensions.kt
9110https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/resources/META-INF/web-fragment.xml
9111https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/resources/META-INF/native-image/org.springframework/spring-web/native-image.properties
9112https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/resources/META-INF/services/jakarta.servlet.ServletContainerInitializer
9113https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/resources/META-INF/services/reactor.blockhound.integration.BlockHoundIntegration
9114https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/resources/META-INF/spring/aot.factories
9115https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/resources/org/springframework/http/mime.types
9116https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/resources/org/springframework/http/codec/CodecConfigurer.properties
9117https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/resources/org/springframework/web/context/ContextLoader.properties
9118https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/main/resources/org/springframework/web/util/HtmlCharacterEntityReferences.properties
9119https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/core/convert/support/IntegerToEnumConverterFactoryTests.java
9120https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/core/task/MockRunnable.java
9121https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/CacheControlTests.java
9122https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/ContentDispositionTests.java
9123https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/HttpEntityTests.java
9124https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/HttpHeadersTests.java
9125https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/HttpMethodTests.java
9126https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/HttpRangeTests.java
9127https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/HttpStatusTests.java
9128https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/MediaTypeFactoryTests.java
9129https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/MediaTypeTests.java
9130https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/ProblemDetailTests.java
9131https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/RequestEntityTests.java
9132https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/ResponseCookieTests.java
9133https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/ResponseEntityTests.java
9134https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/WebBeanUtilsRuntimeHintsTests.java
9135https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/client/AbstractHttpRequestFactoryTests.java
9136https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/client/AbstractMockWebServerTests.java
9137https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/client/BufferingClientHttpRequestFactoryTests.java
9138https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/client/HttpComponentsClientHttpRequestFactoryTests.java
9139https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/client/InterceptingClientHttpRequestFactoryTests.java
9140https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/client/InterceptingStreamingHttpComponentsTests.java
9141https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/client/JdkClientHttpRequestFactoryTests.java
9142https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/client/JdkClientHttpRequestTests.java
9143https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/client/JettyClientHttpRequestFactoryTests.java
9144https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/client/MultipartBodyBuilderTests.java
9145https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/client/OutputStreamPublisherTests.java
9146https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/client/ReactorClientHttpRequestFactoryTests.java
9147https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/client/ReactorResourceFactoryTests.java
9148https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/client/SimpleClientHttpRequestFactoryTests.java
9149https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/client/SimpleClientHttpResponseTests.java
9150https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/client/SubscriberInputStreamTests.java
9151https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/client/observation/DefaultClientRequestObservationConventionTests.java
9152https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/client/reactive/ClientHttpConnectorTests.java
9153https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/client/reactive/ReactorClientHttpConnectorTests.java
9154https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/client/support/InterceptingHttpAccessorTests.java
9155https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/client/support/ProxyFactoryBeanTests.java
9156https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/CancelWithoutDemandCodecTests.java
9157https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/EncoderHttpMessageWriterTests.java
9158https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/FormHttpMessageReaderTests.java
9159https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/FormHttpMessageWriterTests.java
9160https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/JacksonTokenizerTests.java
9161https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/ResourceHttpMessageReaderTests.java
9162https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/ResourceHttpMessageWriterTests.java
9163https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/ServerSentEventHttpMessageReaderTests.java
9164https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/ServerSentEventHttpMessageWriterTests.java
9165https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/cbor/Jackson2CborDecoderTests.java
9166https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/cbor/Jackson2CborEncoderTests.java
9167https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/cbor/JacksonCborDecoderTests.java
9168https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/cbor/JacksonCborEncoderTests.java
9169https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/json/CustomizedJackson2JsonDecoderTests.java
9170https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/json/CustomizedJackson2JsonEncoderTests.java
9171https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/json/CustomizedJacksonJsonDecoderTests.java
9172https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/json/CustomizedJacksonJsonEncoderTests.java
9173https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/json/Jackson2JsonDecoderTests.java
9174https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/json/Jackson2JsonEncoderTests.java
9175https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/json/Jackson2SmileDecoderTests.java
9176https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/json/Jackson2SmileEncoderTests.java
9177https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/json/Jackson2TokenizerTests.java
9178https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/json/JacksonCsvEncoderTests.java
9179https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/json/JacksonJsonDecoderTests.java
9180https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/json/JacksonJsonEncoderTests.java
9181https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/json/JacksonViewBean.java
9182https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/multipart/DefaultPartHttpMessageReaderTests.java
9183https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/multipart/FileStorageTests.java
9184https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/multipart/MultipartHttpMessageWriterTests.java
9185https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/multipart/PartEventHttpMessageReaderTests.java
9186https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/multipart/PartEventHttpMessageWriterTests.java
9187https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/multipart/PartHttpMessageWriterTests.java
9188https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/protobuf/ProtobufDecoderTests.java
9189https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/protobuf/ProtobufEncoderTests.java
9190https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/protobuf/ProtobufJsonDecoderTests.java
9191https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/protobuf/ProtobufJsonEncoderTests.java
9192https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/smile/JacksonSmileDecoderTests.java
9193https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/smile/JacksonSmileEncoderTests.java
9194https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/support/ClientCodecConfigurerTests.java
9195https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/support/CodecConfigurerTests.java
9196https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/support/ServerCodecConfigurerTests.java
9197https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/xml/Jaxb2HelperTests.java
9198https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/xml/Jaxb2XmlDecoderTests.java
9199https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/xml/Jaxb2XmlEncoderTests.java
9200https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/xml/TypePojo.java
9201https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/xml/XmlEventDecoderTests.java
9202https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/xml/jaxb/package-info.java
9203https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/xml/jaxb/XmlRootElement.java
9204https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/xml/jaxb/XmlRootElementWithName.java
9205https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/xml/jaxb/XmlRootElementWithNameAndNamespace.java
9206https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/xml/jaxb/XmlType.java
9207https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/xml/jaxb/XmlTypeSeeAlso.java
9208https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/xml/jaxb/XmlTypeWithName.java
9209https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/codec/xml/jaxb/XmlTypeWithNameAndNamespace.java
9210https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/BufferedImageHttpMessageConverterTests.java
9211https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/ByteArrayHttpMessageConverterTests.java
9212https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/DefaultHttpMessageConvertersTests.java
9213https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/FormHttpMessageConverterTests.java
9214https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/HttpMessageConverterTests.java
9215https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/ObjectToStringHttpMessageConverterTests.java
9216https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/ResourceHttpMessageConverterTests.java
9217https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/ResourceRegionHttpMessageConverterTests.java
9218https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/StringHttpMessageConverterTests.java
9219https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/cbor/JacksonCborHttpMessageConverterTests.java
9220https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/feed/AtomFeedHttpMessageConverterTests.java
9221https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/feed/RssChannelHttpMessageConverterTests.java
9222https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/json/GsonFactoryBeanTests.java
9223https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/json/GsonHttpMessageConverterTests.java
9224https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/json/Jackson2ObjectMapperBuilderTests.java
9225https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/json/Jackson2ObjectMapperFactoryBeanTests.java
9226https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/json/JacksonJsonHttpMessageConverterTests.java
9227https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/json/JsonbHttpMessageConverterTests.java
9228https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/json/MappingJackson2HttpMessageConverterTests.java
9229https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/json/ProblemDetailJacksonMixinTests.java
9230https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/json/ProblemDetailRuntimeHintsTests.java
9231https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/json/SpringHandlerInstantiatorTests.java
9232https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/protobuf/ProtobufHttpMessageConverterTests.java
9233https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/protobuf/ProtobufJsonFormatHttpMessageConverterTests.java
9234https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/smile/JacksonSmileHttpMessageConverterTests.java
9235https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/smile/MappingJackson2SmileHttpMessageConverterTests.java
9236https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/xml/JacksonXmlHttpMessageConverterTests.java
9237https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/xml/Jaxb2CollectionHttpMessageConverterTests.java
9238https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/xml/Jaxb2RootElementHttpMessageConverterTests.java
9239https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/xml/MappingJackson2XmlHttpMessageConverterTests.java
9240https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/xml/MarshallingHttpMessageConverterTests.java
9241https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/xml/SourceHttpMessageConverterTests.java
9242https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/converter/yaml/JacksonYamlHttpMessageConverterTests.java
9243https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/DefaultPathContainerTests.java
9244https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/DefaultRequestPathTests.java
9245https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/ServletServerHttpRequestTests.java
9246https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/ServletServerHttpResponseTests.java
9247https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/observation/DefaultServerRequestObservationConventionTests.java
9248https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/observation/OpenTelemetryServerRequestObservationConventionTests.java
9249https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/reactive/AsyncIntegrationTests.java
9250https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/reactive/ChannelSendOperatorTests.java
9251https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/reactive/ContextPathCompositeHandlerTests.java
9252https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/reactive/CookieIntegrationTests.java
9253https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/reactive/DefaultServerHttpRequestBuilderTests.java
9254https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/reactive/EchoHandlerIntegrationTests.java
9255https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/reactive/ErrorHandlerIntegrationTests.java
9256https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/reactive/HeadersAdaptersTests.java
9257https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/reactive/HttpHeadResponseDecoratorTests.java
9258https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/reactive/ListenerReadPublisherTests.java
9259https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/reactive/ListenerWriteProcessorTests.java
9260https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/reactive/MultipartHttpHandlerIntegrationTests.java
9261https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/reactive/RandomHandlerIntegrationTests.java
9262https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/reactive/ReactorUriHelperTests.java
9263https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/reactive/ServerHttpRequestIntegrationTests.java
9264https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/reactive/ServerHttpRequestTests.java
9265https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/reactive/ServerHttpResponseTests.java
9266https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/reactive/ServerHttpsRequestIntegrationTests.java
9267https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/reactive/TomcatHeadersAdapterTests.java
9268https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/reactive/WriteOnlyHandlerIntegrationTests.java
9269https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/reactive/ZeroCopyIntegrationTests.java
9270https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/server/reactive/observation/DefaultServerRequestObservationConventionTests.java
9271https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/http/support/JacksonHandlerInstantiatorTests.java
9272https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/protobuf/Msg.java
9273https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/protobuf/MsgOrBuilder.java
9274https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/protobuf/OuterSample.java
9275https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/protobuf/SecondMsg.java
9276https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/protobuf/SecondMsgOrBuilder.java
9277https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/ErrorResponseExceptionTests.java
9278https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/ErrorResponseTests.java
9279https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/accept/ContentNegotiationManagerFactoryBeanTests.java
9280https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/accept/DefaultApiVersionStrategiesTests.java
9281https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/accept/HeaderContentNegotiationStrategyTests.java
9282https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/accept/MappingContentNegotiationStrategyTests.java
9283https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/accept/MappingMediaTypeFileExtensionResolverTests.java
9284https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/accept/MediaTypeParamApiVersionResolverTests.java
9285https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/accept/PathApiVersionResolverTests.java
9286https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/accept/QueryApiVersionResolverTests.java
9287https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/accept/SemanticApiVersionParserTests.java
9288https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/accept/StandardApiVersionDeprecationHandlerTests.java
9289https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/bind/EscapedErrorsTests.java
9290https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/bind/MethodArgumentNotValidExceptionTests.java
9291https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/bind/ServletRequestDataBinderTests.java
9292https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/bind/ServletRequestUtilsTests.java
9293https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/bind/annotation/ComponentScannedControllerAdviceTests.java
9294https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/bind/annotation/ControllerMappingReflectiveProcessorTests.java
9295https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/bind/annotation/RequestMethodTests.java
9296https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/bind/annotation/scanned/ScannedControllerAdvice.java
9297https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/bind/annotation/scanned/ScannedRestControllerAdvice.java
9298https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/bind/support/DefaultDataBinderFactoryTests.java
9299https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/bind/support/WebExchangeDataBinderTests.java
9300https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/bind/support/WebRequestDataBinderIntegrationTests.java
9301https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/bind/support/WebRequestDataBinderTests.java
9302https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/client/AbstractMockWebServerTests.java
9303https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/client/DefaultResponseErrorHandlerHttpStatusTests.java
9304https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/client/DefaultResponseErrorHandlerTests.java
9305https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/client/ExtractingResponseErrorHandlerTests.java
9306https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/client/HttpMessageConverterExtractorTests.java
9307https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/client/HttpStatusCodeExceptionTests.java
9308https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/client/IntrospectingClientHttpResponseTests.java
9309https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/client/RestClientBuilderTests.java
9310https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/client/RestClientIntegrationTests.java
9311https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/client/RestClientObservationTests.java
9312https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/client/RestClientResponseExceptionTests.java
9313https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/client/RestClientVersionTests.java
9314https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/client/RestTemplateIntegrationTests.java
9315https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/client/RestTemplateObservationTests.java
9316https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/client/RestTemplateTests.java
9317https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/client/support/RestClientAdapterTests.java
9318https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/client/support/RestClientHttpServiceGroupAdapterTests.java
9319https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/client/support/RestClientProxyRegistryIntegrationTests.java
9320https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/context/ContextLoaderInitializerTests.java
9321https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/context/request/RequestAndSessionScopedBeanTests.java
9322https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/context/request/RequestAttributesThreadLocalAccessorTests.java
9323https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/context/request/RequestContextListenerTests.java
9324https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/context/request/RequestScopedProxyTests.java
9325https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/context/request/RequestScopeTests.java
9326https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/context/request/ServletRequestAttributesTests.java
9327https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/context/request/ServletWebRequestHttpMethodsTests.java
9328https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/context/request/ServletWebRequestTests.java
9329https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/context/request/SessionScopeTests.java
9330https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/context/request/WebApplicationContextScopeTests.java
9331https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/context/request/async/AsyncRequestNotUsableTests.java
9332https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/context/request/async/DeferredResultTests.java
9333https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/context/request/async/StandardServletAsyncWebRequestTests.java
9334https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/context/request/async/WebAsyncManagerErrorTests.java
9335https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/context/request/async/WebAsyncManagerTests.java
9336https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/context/request/async/WebAsyncManagerTimeoutTests.java
9337https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/context/support/AnnotationConfigWebApplicationContextTests.java
9338https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/context/support/RequestHandledEventTests.java
9339https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/context/support/ServletContextResourceTests.java
9340https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/context/support/ServletRequestHandledEventTests.java
9341https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/context/support/Spr8510Tests.java
9342https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/context/support/SpringBeanAutowiringSupportTests.java
9343https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/context/support/StandardServletEnvironmentTests.java
9344https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/cors/CorsConfigurationTests.java
9345https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/cors/CorsUtilsTests.java
9346https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/cors/DefaultCorsProcessorTests.java
9347https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/cors/UrlBasedCorsConfigurationSourceTests.java
9348https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/cors/reactive/CorsUtilsTests.java
9349https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/cors/reactive/CorsWebFilterTests.java
9350https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/cors/reactive/DefaultCorsProcessorTests.java
9351https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/cors/reactive/UrlBasedCorsConfigurationSourceTests.java
9352https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/filter/CharacterEncodingFilterTests.java
9353https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/filter/CompositeFilterTests.java
9354https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/filter/ContentCachingResponseWrapperTests.java
9355https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/filter/CorsFilterTests.java
9356https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/filter/DelegatingFilterProxyTests.java
9357https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/filter/FormContentFilterTests.java
9358https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/filter/ForwardedHeaderFilterTests.java
9359https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/filter/HiddenHttpMethodFilterTests.java
9360https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/filter/OncePerRequestFilterTests.java
9361https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/filter/RelativeRedirectFilterTests.java
9362https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/filter/RequestContextFilterTests.java
9363https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/filter/RequestLoggingFilterTests.java
9364https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/filter/ServerHttpObservationFilterTests.java
9365https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/filter/ShallowEtagHeaderFilterTests.java
9366https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/filter/UrlHandlerFilterTests.java
9367https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/filter/reactive/HiddenHttpMethodFilterTests.java
9368https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/filter/reactive/ServerWebExchangeContextFilterTests.java
9369https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/filter/reactive/UrlHandlerFilterTests.java
9370https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/jsf/DelegatingNavigationHandlerTests.java
9371https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/jsf/DelegatingPhaseListenerTests.java
9372https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/jsf/MockFacesContext.java
9373https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/jsf/MockLifecycle.java
9374https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/ControllerAdviceBeanTests.java
9375https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/HandlerMethodTests.java
9376https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/HandlerTypePredicateTests.java
9377https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/annotation/CookieValueMethodArgumentResolverTests.java
9378https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/annotation/ErrorsMethodArgumentResolverTests.java
9379https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/annotation/ExceptionHandlerMethodResolverTests.java
9380https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/annotation/ExpressionValueMethodArgumentResolverTests.java
9381https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/annotation/InitBinderDataBinderFactoryTests.java
9382https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/annotation/MapMethodProcessorTests.java
9383https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/annotation/MethodArgumentTypeMismatchExceptionTests.java
9384https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/annotation/ModelAttributeMethodProcessorTests.java
9385https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/annotation/ModelFactoryOrderingTests.java
9386https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/annotation/ModelFactoryTests.java
9387https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/annotation/ModelMethodProcessorTests.java
9388https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/annotation/RequestHeaderMapMethodArgumentResolverTests.java
9389https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/annotation/RequestHeaderMethodArgumentResolverTests.java
9390https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/annotation/RequestParamMapMethodArgumentResolverTests.java
9391https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/annotation/RequestParamMethodArgumentResolverTests.java
9392https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/annotation/SessionAttributesHandlerTests.java
9393https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/annotation/WebArgumentResolverAdapterTests.java
9394https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/support/CompositeUriComponentsContributorTests.java
9395https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/support/HandlerMethodArgumentResolverCompositeTests.java
9396https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/support/HandlerMethodReturnValueHandlerCompositeTests.java
9397https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/support/HandlerMethodValidationExceptionTests.java
9398https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/support/InvocableHandlerMethodTests.java
9399https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/support/ModelAndViewContainerTests.java
9400https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/method/support/StubArgumentResolver.java
9401https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/multipart/support/ByteArrayMultipartFileEditorTests.java
9402https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/multipart/support/DefaultMultipartHttpServletRequestTests.java
9403https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/multipart/support/RequestPartServletServerHttpRequestTests.java
9404https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/multipart/support/StandardMultipartHttpServletRequestTests.java
9405https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/multipart/support/StandardServletMultipartResolverTests.java
9406https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/server/adapter/DefaultServerWebExchangeCheckNotModifiedTests.java
9407https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/server/adapter/DefaultServerWebExchangeTests.java
9408https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/server/adapter/ForwardedHeaderTransformerTests.java
9409https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/server/adapter/HttpWebHandlerAdapterObservabilityTests.java
9410https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/server/adapter/WebHttpHandlerBuilderTests.java
9411https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/server/handler/ExceptionHandlingWebHandlerTests.java
9412https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/server/handler/FilteringWebHandlerTests.java
9413https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/server/handler/ResponseStatusExceptionHandlerTests.java
9414https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/server/i18n/AcceptHeaderLocaleContextResolverTests.java
9415https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/server/i18n/FixedLocaleContextResolverTests.java
9416https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/server/session/CookieWebSessionIdResolverTests.java
9417https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/server/session/DefaultWebSessionManagerTests.java
9418https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/server/session/HeaderWebSessionIdResolverTests.java
9419https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/server/session/InMemoryWebSessionStoreTests.java
9420https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/server/session/WebSessionIntegrationTests.java
9421https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/annotation/HttpExchangeBeanRegistrationAotProcessorTests.java
9422https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/annotation/HttpExchangeReflectiveProcessorTests.java
9423https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/invoker/CookieValueArgumentResolverTests.java
9424https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/invoker/HttpMethodArgumentResolverTests.java
9425https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/invoker/HttpRequestValuesTests.java
9426https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/invoker/HttpServiceMethodTests.java
9427https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/invoker/HttpServiceProxyFactoryTests.java
9428https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/invoker/NamedValueArgumentResolverTests.java
9429https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/invoker/PathVariableArgumentResolverTests.java
9430https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/invoker/RequestAttributeArgumentResolverTests.java
9431https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/invoker/RequestBodyArgumentResolverTests.java
9432https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/invoker/RequestHeaderArgumentResolverTests.java
9433https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/invoker/RequestParamArgumentResolverTests.java
9434https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/invoker/RequestPartArgumentResolverTests.java
9435https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/invoker/TestExchangeAdapter.java
9436https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/invoker/TestReactorExchangeAdapter.java
9437https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/invoker/UriBuilderFactoryArgumentResolverTests.java
9438https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/invoker/UrlArgumentResolverTests.java
9439https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/registry/ClientHttpServiceRegistrarTests.java
9440https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/registry/GroupsMetadataValueDelegateTests.java
9441https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/registry/HttpServiceProxyRegistrationAotProcessorTests.java
9442https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/registry/HttpServiceProxyRegistryFactoryBeanTests.java
9443https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/registry/HttpServiceRegistrarTests.java
9444https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/registry/ImportHttpServiceRegistrarTests.java
9445https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/registry/TestGroup.java
9446https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/registry/TestGroupRegistry.java
9447https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/registry/basic/BasicClient.java
9448https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/registry/echo/EchoA.java
9449https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/registry/echo/EchoB.java
9450https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/registry/echo/EchoClientA.java
9451https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/registry/echo/EchoClientB.java
9452https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/registry/greeting/GreetingA.java
9453https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/service/registry/greeting/GreetingB.java
9454https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/util/ContentCachingRequestWrapperTests.java
9455https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/util/DefaultUriBuilderFactoryTests.java
9456https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/util/DisconnectedClientHelperTests.java
9457https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/util/ForwardedHeaderUtilsTests.java
9458https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/util/HtmlCharacterEntityReferencesTests.java
9459https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/util/HtmlUtilsTests.java
9460https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/util/JavaScriptUtilsTests.java
9461https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/util/ServletContextPropertyUtilsTests.java
9462https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/util/ServletRequestPathUtilsTests.java
9463https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/util/TagUtilsTests.java
9464https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/util/UriComponentsBuilderTests.java
9465https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/util/UriComponentsTests.java
9466https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/util/UriTemplateTests.java
9467https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/util/UriUtilsTests.java
9468https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/util/UrlPathHelperTests.java
9469https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/util/WebUtilsTests.java
9470https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/util/WhatWgUrlParserTests.java
9471https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/util/pattern/PathPatternParserTests.java
9472https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/util/pattern/PathPatternRouteMatcherTests.java
9473https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/java/org/springframework/web/util/pattern/PathPatternTests.java
9474https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/http/BigDecimalSupport.kt
9475https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/http/KotlinProblemDetailTests.kt
9476https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/http/ResponseEntityKotlinTests.kt
9477https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/http/codec/cbor/KotlinSerializationCborDecoderTests.kt
9478https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/http/codec/cbor/KotlinSerializationCborEncoderTests.kt
9479https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/http/codec/json/CustomKotlinSerializationJsonDecoderTests.kt
9480https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/http/codec/json/CustomKotlinSerializationJsonEncoderTests.kt
9481https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/http/codec/json/KotlinSerializationJsonDecoderTests.kt
9482https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/http/codec/json/KotlinSerializationJsonEncoderTests.kt
9483https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/http/codec/protobuf/KotlinSerializationProtobufDecoderTests.kt
9484https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/http/codec/protobuf/KotlinSerializationProtobufEncoderTests.kt
9485https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/http/converter/cbor/KotlinSerializationCborHttpMessageConverterTests.kt
9486https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/http/converter/json/KotlinSerializationJsonHttpMessageConverterTests.kt
9487https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/http/converter/protobuf/KotlinSerializationProtobufHttpMessageConverterTests.kt
9488https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/web/bind/annotation/ControllerMappingReflectiveProcessorKotlinTests.kt
9489https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/web/client/RestClientExtensionsTests.kt
9490https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/web/client/RestOperationsExtensionsTests.kt
9491https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/web/client/support/KotlinRestTemplateHttpServiceProxyTests.kt
9492https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/web/method/annotation/ModelAttributeMethodProcessorKotlinTests.kt
9493https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/web/method/annotation/RequestParamMethodArgumentResolverKotlinTests.kt
9494https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/web/method/support/InvocableHandlerMethodKotlinTests.kt
9495https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/web/server/CoWebExceptionHandlerTests.kt
9496https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/web/server/CoWebFilterTests.kt
9497https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/web/server/ServerWebExchangeExtensionsTest.kt
9498https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/web/service/invoker/HttpServiceMethodKotlinTests.kt
9499https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/kotlin/org/springframework/web/service/invoker/HttpServiceProxyFactoryExtensionsTests.kt
9500https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/proto/sample.proto
9501https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/log4j2-test.xml
9502https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/http/codec/multipart/chrome.multipart
9503https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/http/codec/multipart/empty-part.multipart
9504https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/http/codec/multipart/files.multipart
9505https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/http/codec/multipart/firefox.multipart
9506https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/http/codec/multipart/garbage-1.multipart
9507https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/http/codec/multipart/invalid.multipart
9508https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/http/codec/multipart/no-body.multipart
9509https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/http/codec/multipart/no-end-body.multipart
9510https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/http/codec/multipart/no-end-boundary.multipart
9511https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/http/codec/multipart/no-end-header.multipart
9512https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/http/codec/multipart/no-header.multipart
9513https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/http/codec/multipart/part-no-end-boundary.multipart
9514https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/http/codec/multipart/part-no-header.multipart
9515https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/http/codec/multipart/safari.multipart
9516https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/http/codec/multipart/simple.multipart
9517https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/http/codec/multipart/utf8.multipart
9518https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/http/converter/byterangeresource.txt
9519https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/http/converter/logo.jpg
9520https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/http/converter/feed/atom.xml
9521https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/http/converter/feed/rss.xml
9522https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/http/converter/xml/external.txt
9523https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/web/spring.png
9524https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/web/context/request/requestScopedProxyTests.xml
9525https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/web/context/request/requestScopeTests.xml
9526https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/web/context/request/sessionScopeTests.xml
9527https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/web/context/support/relative.txt
9528https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/web/context/support/resource.txt
9529https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/web/context/support/folder/other.txt
9530https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/web/util/HtmlCharacterEntityReferences.dtd
9531https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/test/resources/org/springframework/web/util/testlog4j.properties
9532https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/MockHttpInputMessage.java
9533https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/MockHttpOutputMessage.java
9534https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/client/MockClientHttpRequest.java
9535https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/client/MockClientHttpResponse.java
9536https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/client/package-info.java
9537https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/client/reactive/MockClientHttpRequest.java
9538https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/client/reactive/MockClientHttpResponse.java
9539https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/client/reactive/package-info.java
9540https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/server/reactive/MockServerHttpRequest.java
9541https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/server/reactive/MockServerHttpResponse.java
9542https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/server/reactive/package-info.java
9543https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/server/reactive/bootstrap/AbstractHttpHandlerIntegrationTests.java
9544https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/server/reactive/bootstrap/AbstractHttpServer.java
9545https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/server/reactive/bootstrap/HttpServer.java
9546https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/server/reactive/bootstrap/JettyCoreHttpServer.java
9547https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/server/reactive/bootstrap/JettyHttpServer.java
9548https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/server/reactive/bootstrap/package-info.java
9549https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/server/reactive/bootstrap/ReactorHttpServer.java
9550https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/server/reactive/bootstrap/ReactorHttpsServer.java
9551https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/http/server/reactive/bootstrap/TomcatHttpServer.java
9552https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/method/MvcAnnotationPredicates.java
9553https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/method/ResolvableMethod.java
9554https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/server/MockServerWebExchange.java
9555https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/server/MockWebSession.java
9556https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/server/package-info.java
9557https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/server/handler/AbstractResponseStatusExceptionHandlerTests.java
9558https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/servlet/DelegatingServletInputStream.java
9559https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/servlet/DelegatingServletOutputStream.java
9560https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/servlet/HeaderValueHolder.java
9561https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/servlet/MockAsyncContext.java
9562https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/servlet/MockBodyContent.java
9563https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/servlet/MockCookie.java
9564https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/servlet/MockFilterChain.java
9565https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/servlet/MockFilterConfig.java
9566https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/servlet/MockFilterRegistration.java
9567https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/servlet/MockHttpServletMapping.java
9568https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/servlet/MockHttpServletRequest.java
9569https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/servlet/MockHttpServletResponse.java
9570https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/servlet/MockHttpSession.java
9571https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/servlet/MockJspWriter.java
9572https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/servlet/MockMultipartFile.java
9573https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/servlet/MockMultipartHttpServletRequest.java
9574https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/servlet/MockPageContext.java
9575https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/servlet/MockPart.java
9576https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/servlet/MockRequestDispatcher.java
9577https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/servlet/MockServletConfig.java
9578https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/servlet/MockServletContext.java
9579https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/servlet/MockSessionCookieConfig.java
9580https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/servlet/PassThroughFilterChain.java
9581https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/java/org/springframework/web/testfixture/xml/Pojo.java
9582https://github.com/spring-projects/spring-framework/tree/main/spring-web/src/testFixtures/resources/org/springframework/http/codec/multipart/foo.txt
9583https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/spring-webflux.gradle
9584https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/BindingContext.java
9585https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/DispatcherHandler.java
9586https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/DispatchExceptionHandler.java
9587https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/HandlerAdapter.java
9588https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/HandlerMapping.java
9589https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/HandlerResult.java
9590https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/HandlerResultHandler.java
9591https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/package-info.java
9592https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/accept/ApiVersionDeprecationHandler.java
9593https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/accept/ApiVersionResolver.java
9594https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/accept/ApiVersionStrategy.java
9595https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/accept/DefaultApiVersionStrategy.java
9596https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/accept/FixedContentTypeResolver.java
9597https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/accept/HeaderContentTypeResolver.java
9598https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/accept/MediaTypeParamApiVersionResolver.java
9599https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/accept/package-info.java
9600https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/accept/ParameterContentTypeResolver.java
9601https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/accept/PathApiVersionResolver.java
9602https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/accept/RequestedContentTypeResolver.java
9603https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/accept/RequestedContentTypeResolverBuilder.java
9604https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/accept/StandardApiVersionDeprecationHandler.java
9605https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/config/ApiVersionConfigurer.java
9606https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/config/BlockingExecutionConfigurer.java
9607https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/config/CorsRegistration.java
9608https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/config/CorsRegistry.java
9609https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/config/DelegatingWebFluxConfiguration.java
9610https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/config/EnableWebFlux.java
9611https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/config/package-info.java
9612https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/config/PathMatchConfigurer.java
9613https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/config/ResourceChainRegistration.java
9614https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/config/ResourceHandlerRegistration.java
9615https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/config/ResourceHandlerRegistry.java
9616https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/config/UrlBasedViewResolverRegistration.java
9617https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/config/ViewResolverRegistry.java
9618https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/config/WebFluxConfigurationSupport.java
9619https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/config/WebFluxConfigurer.java
9620https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/config/WebFluxConfigurerComposite.java
9621https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/BodyExtractor.java
9622https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/BodyExtractors.java
9623https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/BodyInserter.java
9624https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/BodyInserters.java
9625https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/package-info.java
9626https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/UnsupportedMediaTypeException.java
9627https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientHttpObservationDocumentation.java
9628https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientRequest.java
9629https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientRequestObservationContext.java
9630https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientRequestObservationConvention.java
9631https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientResponse.java
9632https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/DefaultClientRequestBuilder.java
9633https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/DefaultClientRequestObservationConvention.java
9634https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/DefaultClientResponse.java
9635https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/DefaultClientResponseBuilder.java
9636https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/DefaultExchangeStrategiesBuilder.java
9637https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/DefaultWebClient.java
9638https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/DefaultWebClientBuilder.java
9639https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ExchangeFilterFunction.java
9640https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ExchangeFilterFunctions.java
9641https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ExchangeFunction.java
9642https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ExchangeFunctions.java
9643https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ExchangeStrategies.java
9644https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/package-info.java
9645https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/UnknownHttpStatusCodeException.java
9646https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClient.java
9647https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClientException.java
9648https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClientRequestException.java
9649https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClientResponseException.java
9650https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClientUtils.java
9651https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/support/ClientResponseWrapper.java
9652https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/support/NotFoundWebClientAdapterDecorator.java
9653https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/support/package-info.java
9654https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/support/WebClientAdapter.java
9655https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/support/WebClientHttpServiceGroupAdapter.java
9656https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/support/WebClientHttpServiceGroupConfigurer.java
9657https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/ChangePathPatternParserVisitor.java
9658https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/DefaultEntityResponseBuilder.java
9659https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/DefaultHandlerStrategiesBuilder.java
9660https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/DefaultRenderingResponseBuilder.java
9661https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/DefaultServerRequest.java
9662https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/DefaultServerRequestBuilder.java
9663https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/DefaultServerResponseBuilder.java
9664https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/EntityResponse.java
9665https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/HandlerFilterFunction.java
9666https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/HandlerFunction.java
9667https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/HandlerStrategies.java
9668https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/package-info.java
9669https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/PathResourceLookupFunction.java
9670https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/PredicateResourceLookupFunction.java
9671https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/RenderingResponse.java
9672https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/RequestPredicate.java
9673https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/RequestPredicates.java
9674https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/ResourceHandlerFunction.java
9675https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/RouterFunction.java
9676https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/RouterFunctionBuilder.java
9677https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/RouterFunctions.java
9678https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/ServerRequest.java
9679https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/ServerResponse.java
9680https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/ToStringVisitor.java
9681https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/support/HandlerFunctionAdapter.java
9682https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/support/package-info.java
9683https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/support/RouterFunctionMapping.java
9684https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/support/ServerRequestWrapper.java
9685https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/support/ServerResponseResultHandler.java
9686https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/support/SupportedVersionVisitor.java
9687https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/handler/AbstractHandlerMapping.java
9688https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/handler/AbstractUrlHandlerMapping.java
9689https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/handler/package-info.java
9690https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/handler/SimpleUrlHandlerMapping.java
9691https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/handler/WebFluxResponseStatusExceptionHandler.java
9692https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/AbstractFileNameVersionStrategy.java
9693https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/AbstractPrefixVersionStrategy.java
9694https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/AbstractResourceResolver.java
9695https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/CachingResourceResolver.java
9696https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/CachingResourceTransformer.java
9697https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/ContentVersionStrategy.java
9698https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/CssLinkResourceTransformer.java
9699https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/DefaultResourceResolverChain.java
9700https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/DefaultResourceTransformerChain.java
9701https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/EncodedResourceResolver.java
9702https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/FixedVersionStrategy.java
9703https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/HttpResource.java
9704https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/LiteWebJarsResourceResolver.java
9705https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/NoResourceFoundException.java
9706https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/package-info.java
9707https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/PathResourceResolver.java
9708https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/ResourceHandlerUtils.java
9709https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/ResourceResolver.java
9710https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/ResourceResolverChain.java
9711https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/ResourceTransformer.java
9712https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/ResourceTransformerChain.java
9713https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/ResourceTransformerSupport.java
9714https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/ResourceUrlProvider.java
9715https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/ResourceWebHandler.java
9716https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/TransformedResource.java
9717https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/VersionResourceResolver.java
9718https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/resource/VersionStrategy.java
9719https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/HandlerResultHandlerSupport.java
9720https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/package-info.java
9721https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/SimpleHandlerAdapter.java
9722https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/AbstractMediaTypeExpression.java
9723https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/AbstractNameValueExpression.java
9724https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/AbstractRequestCondition.java
9725https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/CompositeRequestCondition.java
9726https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/ConsumesRequestCondition.java
9727https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/HeadersRequestCondition.java
9728https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/MediaTypeExpression.java
9729https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/NameValueExpression.java
9730https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/package-info.java
9731https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/ParamsRequestCondition.java
9732https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/PatternsRequestCondition.java
9733https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/ProducesRequestCondition.java
9734https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/RequestCondition.java
9735https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/RequestConditionHolder.java
9736https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/RequestMethodsRequestCondition.java
9737https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/VersionRequestCondition.java
9738https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/AbstractHandlerMethodMapping.java
9739https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/HandlerMethodArgumentResolver.java
9740https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/HandlerMethodArgumentResolverComposite.java
9741https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/HandlerMethodArgumentResolverSupport.java
9742https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/InvocableHandlerMethod.java
9743https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/package-info.java
9744https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/RequestMappingInfo.java
9745https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/RequestMappingInfoHandlerMapping.java
9746https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/SyncHandlerMethodArgumentResolver.java
9747https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/SyncInvocableHandlerMethod.java
9748https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/AbstractMessageReaderArgumentResolver.java
9749https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/AbstractMessageWriterResultHandler.java
9750https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/AbstractNamedValueArgumentResolver.java
9751https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/AbstractNamedValueSyncArgumentResolver.java
9752https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/ArgumentResolverConfigurer.java
9753https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/ContinuationHandlerMethodArgumentResolver.java
9754https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/ControllerMethodResolver.java
9755https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/CookieValueMethodArgumentResolver.java
9756https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/ErrorsMethodArgumentResolver.java
9757https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/ExpressionValueMethodArgumentResolver.java
9758https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/ExtendedWebExchangeDataBinder.java
9759https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/HttpEntityMethodArgumentResolver.java
9760https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/InitBinderBindingContext.java
9761https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/MatrixVariableMapMethodArgumentResolver.java
9762https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/MatrixVariableMethodArgumentResolver.java
9763https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/ModelAttributeMethodArgumentResolver.java
9764https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/ModelInitializer.java
9765https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/ModelMethodArgumentResolver.java
9766https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/package-info.java
9767https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/PathVariableMapMethodArgumentResolver.java
9768https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/PathVariableMethodArgumentResolver.java
9769https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/PrincipalMethodArgumentResolver.java
9770https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/RequestAttributeMethodArgumentResolver.java
9771https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/RequestBodyMethodArgumentResolver.java
9772https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/RequestHeaderMapMethodArgumentResolver.java
9773https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/RequestHeaderMethodArgumentResolver.java
9774https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/RequestMappingHandlerAdapter.java
9775https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/RequestMappingHandlerMapping.java
9776https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/RequestParamMapMethodArgumentResolver.java
9777https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/RequestParamMethodArgumentResolver.java
9778https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/RequestPartMethodArgumentResolver.java
9779https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/ResponseBodyResultHandler.java
9780https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/ResponseEntityExceptionHandler.java
9781https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/ResponseEntityResultHandler.java
9782https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/ServerWebExchangeMethodArgumentResolver.java
9783https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/SessionAttributeMethodArgumentResolver.java
9784https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/SessionAttributesHandler.java
9785https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/SessionStatusMethodArgumentResolver.java
9786https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/WebSessionMethodArgumentResolver.java
9787https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/AbstractUrlBasedView.java
9788https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/AbstractView.java
9789https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/BindStatus.java
9790https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/DefaultFragmentsRenderingBuilder.java
9791https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/DefaultRendering.java
9792https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/DefaultRenderingBuilder.java
9793https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/Fragment.java
9794https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/FragmentsRendering.java
9795https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/HttpMessageWriterView.java
9796https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/package-info.java
9797https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/RedirectView.java
9798https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/Rendering.java
9799https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/RequestContext.java
9800https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/RequestDataValueProcessor.java
9801https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/UrlBasedViewResolver.java
9802https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/View.java
9803https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/ViewResolutionResultHandler.java
9804https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/ViewResolver.java
9805https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/ViewResolverSupport.java
9806https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/freemarker/FreeMarkerConfig.java
9807https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/freemarker/FreeMarkerConfigurer.java
9808https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/freemarker/FreeMarkerView.java
9809https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/freemarker/FreeMarkerViewResolver.java
9810https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/freemarker/package-info.java
9811https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/script/package-info.java
9812https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/script/RenderingContext.java
9813https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/script/ScriptTemplateConfig.java
9814https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/script/ScriptTemplateConfigurer.java
9815https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/script/ScriptTemplateView.java
9816https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/result/view/script/ScriptTemplateViewResolver.java
9817https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/CloseStatus.java
9818https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/HandshakeInfo.java
9819https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/package-info.java
9820https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/WebSocketHandler.java
9821https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/WebSocketMessage.java
9822https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/WebSocketSession.java
9823https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/adapter/AbstractListenerWebSocketSession.java
9824https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/adapter/AbstractWebSocketSession.java
9825https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/adapter/ContextWebSocketHandler.java
9826https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/adapter/JettyWebSocketHandlerAdapter.java
9827https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/adapter/JettyWebSocketSession.java
9828https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/adapter/NettyWebSocketSessionSupport.java
9829https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/adapter/package-info.java
9830https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/adapter/ReactorNettyWebSocketSession.java
9831https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/adapter/StandardWebSocketHandlerAdapter.java
9832https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/adapter/StandardWebSocketSession.java
9833https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/adapter/TomcatWebSocketSession.java
9834https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/client/JettyWebSocketClient.java
9835https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/client/package-info.java
9836https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/client/ReactorNettyWebSocketClient.java
9837https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/client/StandardWebSocketClient.java
9838https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/client/TomcatWebSocketClient.java
9839https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/client/WebSocketClient.java
9840https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/server/package-info.java
9841https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/server/RequestUpgradeStrategy.java
9842https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/server/WebSocketService.java
9843https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/server/support/HandshakeWebSocketService.java
9844https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/server/support/HandshakeWebSocketServiceRuntimeHints.java
9845https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/server/support/package-info.java
9846https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/server/support/WebSocketHandlerAdapter.java
9847https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/server/support/WebSocketUpgradeHandlerPredicate.java
9848https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/server/upgrade/DefaultServerEndpointConfig.java
9849https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/server/upgrade/JettyCoreRequestUpgradeStrategy.java
9850https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/server/upgrade/JettyRequestUpgradeStrategy.java
9851https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/server/upgrade/package-info.java
9852https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/server/upgrade/ReactorNettyRequestUpgradeStrategy.java
9853https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/java/org/springframework/web/reactive/socket/server/upgrade/StandardWebSocketUpgradeStrategy.java
9854https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/kotlin/org/springframework/web/reactive/function/client/ClientResponseExtensions.kt
9855https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/kotlin/org/springframework/web/reactive/function/client/CoExchangeFilterFunction.kt
9856https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/kotlin/org/springframework/web/reactive/function/client/WebClientExtensions.kt
9857https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/kotlin/org/springframework/web/reactive/function/server/CoRouterFunctionDsl.kt
9858https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/kotlin/org/springframework/web/reactive/function/server/RenderingResponseExtensions.kt
9859https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/kotlin/org/springframework/web/reactive/function/server/RouterFunctionDsl.kt
9860https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/kotlin/org/springframework/web/reactive/function/server/ServerRequestExtensions.kt
9861https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/kotlin/org/springframework/web/reactive/function/server/ServerResponseExtensions.kt
9862https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/main/resources/org/springframework/web/reactive/result/view/freemarker/spring.ftl
9863https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/BindingContextTests.java
9864https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/DispatcherHandlerErrorTests.java
9865https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/DispatcherHandlerTests.java
9866https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/FlushingIntegrationTests.java
9867https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/accept/DefaultApiVersionStrategiesTests.java
9868https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/accept/HeaderContentTypeResolverTests.java
9869https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/accept/MediaTypeParamApiVersionResolverTests.java
9870https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/accept/ParameterContentTypeResolverTests.java
9871https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/accept/PathApiVersionResolverTests.java
9872https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/accept/RequestedContentTypeResolverBuilderTests.java
9873https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/accept/StandardApiVersionDeprecationHandlerTests.java
9874https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/config/CorsRegistryTests.java
9875https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/config/DelegatingWebFluxConfigurationIntegrationTests.java
9876https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/config/DelegatingWebFluxConfigurationTests.java
9877https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/config/ResourceHandlerRegistryTests.java
9878https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/config/ViewResolverRegistryTests.java
9879https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/config/WebFluxConfigurationSupportTests.java
9880https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/config/WebFluxViewResolutionIntegrationTests.java
9881https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/BodyExtractorsTests.java
9882https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/BodyInsertersTests.java
9883https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/MultipartRouterFunctionIntegrationTests.java
9884https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/DefaultClientRequestBuilderTests.java
9885https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/DefaultClientRequestObservationConventionTests.java
9886https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/DefaultClientResponseBuilderTests.java
9887https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/DefaultClientResponseTests.java
9888https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/DefaultWebClientTests.java
9889https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/ExchangeFilterFunctionsTests.java
9890https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/ExchangeStrategiesTests.java
9891https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/WebClientDataBufferAllocatingTests.java
9892https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/WebClientIntegrationTests.java
9893https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/WebClientObservationTests.java
9894https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/WebClientResponseExceptionTests.java
9895https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/WebClientVersionTests.java
9896https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/support/ClientResponseWrapperTests.java
9897https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/support/WebClientAdapterTests.java
9898https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/support/WebClientHttpServiceGroupAdapterTests.java
9899https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/support/WebClientProxyRegistryIntegrationTests.java
9900https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/support/echo/EchoA.java
9901https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/support/echo/EchoB.java
9902https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/support/greeting/GreetingA.java
9903https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/support/greeting/GreetingB.java
9904https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/AbstractRouterFunctionIntegrationTests.java
9905https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/AttributesTestVisitor.java
9906https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/BindingFunctionIntegrationTests.java
9907https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/DefaultEntityResponseBuilderTests.java
9908https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/DefaultRenderingResponseTests.java
9909https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/DefaultServerRequestBuilderTests.java
9910https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/DefaultServerRequestTests.java
9911https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/DefaultServerResponseBuilderTests.java
9912https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/DispatcherHandlerIntegrationTests.java
9913https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/HandlerStrategiesTests.java
9914https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/HeadersWrapperTests.java
9915https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/InvalidHttpMethodIntegrationTests.java
9916https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/LocaleContextResolverIntegrationTests.java
9917https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/NestedRouteIntegrationTests.java
9918https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/PathResourceLookupFunctionTests.java
9919https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/PublisherHandlerFunctionIntegrationTests.java
9920https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/RenderingResponseIntegrationTests.java
9921https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/RequestPredicateAttributesTests.java
9922https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/RequestPredicatesTests.java
9923https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/RequestPredicateTests.java
9924https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/ResourceHandlerFunctionTests.java
9925https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/RouterFunctionBuilderTests.java
9926https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/RouterFunctionsTests.java
9927https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/RouterFunctionTests.java
9928https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/SseHandlerFunctionIntegrationTests.java
9929https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/ToStringVisitorTests.java
9930https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/support/RouterFunctionMappingTests.java
9931https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/support/RouterFunctionMappingVersionTests.java
9932https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/function/server/support/ServerRequestWrapperTests.java
9933https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/handler/CorsUrlHandlerMappingTests.java
9934https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/handler/SimpleUrlHandlerMappingTests.java
9935https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/handler/WebFluxResponseStatusExceptionHandlerTests.java
9936https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/protobuf/Msg.java
9937https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/protobuf/MsgOrBuilder.java
9938https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/protobuf/OuterSample.java
9939https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/protobuf/SecondMsg.java
9940https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/protobuf/SecondMsgOrBuilder.java
9941https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/resource/CachingResourceResolverTests.java
9942https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/resource/ContentBasedVersionStrategyTests.java
9943https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/resource/CssLinkResourceTransformerTests.java
9944https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/resource/EncodedResourceResolverTests.java
9945https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/resource/FixedVersionStrategyTests.java
9946https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/resource/GzipSupport.java
9947https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/resource/LiteWebJarsResourceResolverTests.java
9948https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/resource/NoResourceFoundExceptionTests.java
9949https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/resource/PathResourceResolverTests.java
9950https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/resource/ResourceTransformerSupportTests.java
9951https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/resource/ResourceUrlProviderTests.java
9952https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/resource/ResourceWebHandlerTests.java
9953https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/resource/VersionResourceResolverTests.java
9954https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/HandlerResultHandlerTests.java
9955https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/SimpleUrlHandlerMappingIntegrationTests.java
9956https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/condition/CompositeRequestConditionTests.java
9957https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/condition/ConsumesRequestConditionTests.java
9958https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/condition/HeadersRequestConditionTests.java
9959https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/condition/ParamsRequestConditionTests.java
9960https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/condition/PatternsRequestConditionTests.java
9961https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/condition/ProducesRequestConditionTests.java
9962https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/condition/RequestConditionHolderTests.java
9963https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/condition/RequestMappingInfoTests.java
9964https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/condition/RequestMethodsRequestConditionTests.java
9965https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/condition/VersionRequestConditionTests.java
9966https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/HandlerMethodMappingTests.java
9967https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/InvocableHandlerMethodTests.java
9968https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/RequestMappingInfoHandlerMappingTests.java
9969https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/AbstractRequestMappingIntegrationTests.java
9970https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/ContextPathIntegrationTests.java
9971https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/ControllerAdviceTests.java
9972https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/ControllerInputIntegrationTests.java
9973https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/ControllerMethodResolverTests.java
9974https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/CookieValueMethodArgumentResolverTests.java
9975https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/CrossOriginAnnotationIntegrationTests.java
9976https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/ErrorsMethodArgumentResolverTests.java
9977https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/ExpressionValueMethodArgumentResolverTests.java
9978https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/GlobalCorsConfigIntegrationTests.java
9979https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/HttpEntityMethodArgumentResolverTests.java
9980https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/InitBinderBindingContextTests.java
9981https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/JacksonHintsIntegrationTests.java
9982https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/JacksonStreamingIntegrationTests.java
9983https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/MatrixVariablesMapMethodArgumentResolverTests.java
9984https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/MatrixVariablesMethodArgumentResolverTests.java
9985https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/MessageReaderArgumentResolverTests.java
9986https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/MessageWriterResultHandlerTests.java
9987https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/MethodValidationTests.java
9988https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/ModelAttributeMethodArgumentResolverTests.java
9989https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/ModelInitializerTests.java
9990https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/ModelMethodArgumentResolverTests.java
9991https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/MultipartWebClientIntegrationTests.java
9992https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/PathVariableMapMethodArgumentResolverTests.java
9993https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/PathVariableMethodArgumentResolverTests.java
9994https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/PrincipalMethodArgumentResolverTests.java
9995https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/ProtobufIntegrationTests.java
9996https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/RequestAttributeMethodArgumentResolverTests.java
9997https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/RequestBodyMethodArgumentResolverTests.java
9998https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/RequestHeaderMapMethodArgumentResolverTests.java
9999https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/RequestHeaderMethodArgumentResolverTests.java
10000https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/RequestMappingDataBindingIntegrationTests.java
10001https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/RequestMappingExceptionHandlingIntegrationTests.java
10002https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/RequestMappingHandlerMappingTests.java
10003https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/RequestMappingIntegrationTests.java
10004https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/RequestMappingMessageConversionIntegrationTests.java
10005https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/RequestMappingVersionIntegrationTests.java
10006https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/RequestMappingViewResolutionIntegrationTests.java
10007https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/RequestParamMapMethodArgumentResolverTests.java
10008https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/RequestParamMethodArgumentResolverTests.java
10009https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/RequestPartMethodArgumentResolverTests.java
10010https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/ResponseBodyResultHandlerTests.java
10011https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/ResponseEntityExceptionHandlerTests.java
10012https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/ResponseEntityResultHandlerTests.java
10013https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/ServerWebExchangeMethodArgumentResolverTests.java
10014https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/SessionAttributeMethodArgumentResolverTests.java
10015https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/SessionAttributesHandlerTests.java
10016https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/SseIntegrationTests.java
10017https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/WebSessionMethodArgumentResolverTests.java
10018https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/view/AbstractViewTests.java
10019https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/view/DefaultRenderingBuilderTests.java
10020https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/view/DummyMacroRequestContext.java
10021https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/view/FragmentTests.java
10022https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/view/FragmentViewResolutionResultHandlerTests.java
10023https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/view/HttpMessageWriterViewTests.java
10024https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/view/LocaleContextResolverIntegrationTests.java
10025https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/view/RedirectViewTests.java
10026https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/view/RequestContextTests.java
10027https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/view/UrlBasedViewResolverTests.java
10028https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/view/ViewResolutionResultHandlerTests.java
10029https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/view/ZeroDemandResponse.java
10030https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/view/freemarker/FreeMarkerConfigurerTests.java
10031https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/view/freemarker/FreeMarkerMacroTests.java
10032https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/view/freemarker/FreeMarkerViewTests.java
10033https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/view/script/JRubyScriptTemplateTests.java
10034https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/view/script/JythonScriptTemplateTests.java
10035https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/result/view/script/ScriptTemplateViewResolverTests.java
10036https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/socket/AbstractReactiveWebSocketIntegrationTests.java
10037https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/socket/WebSocketIntegrationTests.java
10038https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/socket/server/support/HandshakeWebSocketServiceTests.java
10039https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/socket/server/support/WebSocketUpgradeHandlerPredicateTests.java
10040https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/java/org/springframework/web/reactive/socket/server/upgrade/ReactorNettyRequestUpgradeStrategyTests.java
10041https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/kotlin/org/springframework/web/reactive/function/KotlinBodyInsertersTests.kt
10042https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/kotlin/org/springframework/web/reactive/function/client/ClientResponseExtensionsTests.kt
10043https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/kotlin/org/springframework/web/reactive/function/client/CoExchangeFilterFunctionTests.kt
10044https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/kotlin/org/springframework/web/reactive/function/client/WebClientExtensionsTests.kt
10045https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/kotlin/org/springframework/web/reactive/function/client/support/WebClientHttpServiceProxyKotlinTests.kt
10046https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/kotlin/org/springframework/web/reactive/function/server/CoRouterFunctionDslTests.kt
10047https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/kotlin/org/springframework/web/reactive/function/server/RenderingResponseExtensionsTests.kt
10048https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/kotlin/org/springframework/web/reactive/function/server/RouterFunctionDslTests.kt
10049https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/kotlin/org/springframework/web/reactive/function/server/ServerRequestExtensionsTests.kt
10050https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/kotlin/org/springframework/web/reactive/function/server/ServerResponseExtensionsTests.kt
10051https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/kotlin/org/springframework/web/reactive/result/InvocableHandlerMethodKotlinTests.kt
10052https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/kotlin/org/springframework/web/reactive/result/method/annotation/CoroutinesIntegrationTests.kt
10053https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/kotlin/org/springframework/web/reactive/result/method/annotation/MessageWriterResultHandlerKotlinTests.kt
10054https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/kotlin/org/springframework/web/reactive/result/method/annotation/ModelAttributeMethodArgumentResolverKotlinTests.kt
10055https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/kotlin/org/springframework/web/reactive/result/method/annotation/ModelInitializerKotlinTests.kt
10056https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/kotlin/org/springframework/web/reactive/result/method/annotation/RequestParamMethodArgumentResolverKotlinTests.kt
10057https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/proto/sample.proto
10058https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/jul-test.properties
10059https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/log4j2-test.xml
10060https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/META-INF/services/org.junit.platform.launcher.TestExecutionListener
10061https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/spring.png
10062https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/config/index_ISO-8859-1.ftl
10063https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/config/index_UTF-8.ftl
10064https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/config/testStylesheet.css
10065https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/function/foo.txt
10066https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/function/response.txt
10067https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/function/client/largeTextFile.txt
10068https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/function/server/response.txt
10069https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/function/server/child/response.txt
10070https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/handler/map.xml
10071https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/resource/test/bar.css
10072https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/resource/test/empty_url_function.css
10073https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/resource/test/error.appcache
10074https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/resource/test/external.css
10075https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/resource/test/foo foo.txt
10076https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/resource/test/foo with spaces.css
10077https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/resource/test/foo.bar
10078https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/resource/test/foo.css
10079https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/resource/test/foo.html
10080https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/resource/test/foo.txt
10081https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/resource/test/main.css
10082https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/resource/test/test%file.txt
10083https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/resource/test/test.appcache
10084https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/resource/test/images/image.png
10085https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/resource/test/js/bar.js
10086https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/resource/test/js/foo.js
10087https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/resource/testalternatepath/bar.css
10088https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/resource/testalternatepath/baz.css
10089https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/resource/testalternatepath/js/baz.js
10090https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/resource/testsecret/secret.txt
10091https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/result/method/annotation/logo.png
10092https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/result/view/freemarker/test-macro.ftl
10093https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/result/view/freemarker/test.ftl
10094https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/result/view/script/empty.txt
10095https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/result/view/script/messages_en.properties
10096https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/result/view/script/messages_fr.properties
10097https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/result/view/script/jruby/render.rb
10098https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/result/view/script/jruby/template.erb
10099https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/result/view/script/jython/fragment1.html
10100https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/result/view/script/jython/fragment2.html
10101https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/result/view/script/jython/render.py
10102https://github.com/spring-projects/spring-framework/tree/main/spring-webflux/src/test/resources/org/springframework/web/reactive/result/view/script/jython/template.html
10103https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/spring-webmvc.gradle
10104https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/AsyncHandlerInterceptor.java
10105https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/DispatcherServlet.java
10106https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/FlashMap.java
10107https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/FlashMapManager.java
10108https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/FrameworkServlet.java
10109https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/HandlerAdapter.java
10110https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/HandlerExceptionResolver.java
10111https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/HandlerExecutionChain.java
10112https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/HandlerInterceptor.java
10113https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/HandlerMapping.java
10114https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/HttpServletBean.java
10115https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/LocaleContextResolver.java
10116https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/LocaleResolver.java
10117https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/ModelAndView.java
10118https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/ModelAndViewDefiningException.java
10119https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/NoHandlerFoundException.java
10120https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/package-info.java
10121https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/RequestToViewNameTranslator.java
10122https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/SmartView.java
10123https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/View.java
10124https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/ViewResolver.java
10125https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/AnnotationDrivenBeanDefinitionParser.java
10126https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/CorsBeanDefinitionParser.java
10127https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/DefaultServletHandlerBeanDefinitionParser.java
10128https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/FreeMarkerConfigurerBeanDefinitionParser.java
10129https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/GroovyMarkupConfigurerBeanDefinitionParser.java
10130https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/InterceptorsBeanDefinitionParser.java
10131https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/MvcNamespaceHandler.java
10132https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/MvcNamespaceUtils.java
10133https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/package-info.java
10134https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/ResourcesBeanDefinitionParser.java
10135https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/ScriptTemplateConfigurerBeanDefinitionParser.java
10136https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/ViewControllerBeanDefinitionParser.java
10137https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/ViewResolversBeanDefinitionParser.java
10138https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/ApiVersionConfigurer.java
10139https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/AsyncSupportConfigurer.java
10140https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/ContentNegotiationConfigurer.java
10141https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/CorsRegistration.java
10142https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/CorsRegistry.java
10143https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/DefaultServletHandlerConfigurer.java
10144https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/DelegatingWebMvcConfiguration.java
10145https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/EnableWebMvc.java
10146https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/InterceptorRegistration.java
10147https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/InterceptorRegistry.java
10148https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/package-info.java
10149https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/PathMatchConfigurer.java
10150https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/RedirectViewControllerRegistration.java
10151https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/ResourceChainRegistration.java
10152https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/ResourceHandlerRegistration.java
10153https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/ResourceHandlerRegistry.java
10154https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/UrlBasedViewResolverRegistration.java
10155https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/ViewControllerRegistration.java
10156https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/ViewControllerRegistry.java
10157https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/ViewResolverRegistry.java
10158https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/WebMvcConfigurationSupport.java
10159https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/WebMvcConfigurer.java
10160https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/WebMvcConfigurerComposite.java
10161https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/AbstractServerResponse.java
10162https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/AsyncServerResponse.java
10163https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/ChangePathPatternParserVisitor.java
10164https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/CompletedAsyncServerResponse.java
10165https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/DefaultAsyncServerResponse.java
10166https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/DefaultEntityResponseBuilder.java
10167https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/DefaultRenderingResponseBuilder.java
10168https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/DefaultServerRequest.java
10169https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/DefaultServerRequestBuilder.java
10170https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/DefaultServerResponseBuilder.java
10171https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/EntityResponse.java
10172https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/ErrorHandlingServerResponse.java
10173https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/HandlerFilterFunction.java
10174https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/HandlerFunction.java
10175https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/package-info.java
10176https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/PathResourceLookupFunction.java
10177https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/PredicateResourceLookupFunction.java
10178https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/RenderingResponse.java
10179https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/RequestPredicate.java
10180https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/RequestPredicates.java
10181https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/ResourceHandlerFunction.java
10182https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/RouterFunction.java
10183https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/RouterFunctionBuilder.java
10184https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/RouterFunctions.java
10185https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/ServerRequest.java
10186https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/ServerResponse.java
10187https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/SseServerResponse.java
10188https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/StreamingServerResponse.java
10189https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/ToStringVisitor.java
10190https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/support/HandlerFunctionAdapter.java
10191https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/support/package-info.java
10192https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/support/RouterFunctionMapping.java
10193https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/function/support/SupportedVersionVisitor.java
10194https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/AbstractDetectingUrlHandlerMapping.java
10195https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/AbstractHandlerExceptionResolver.java
10196https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/AbstractHandlerMapping.java
10197https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/AbstractHandlerMethodExceptionResolver.java
10198https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/AbstractHandlerMethodMapping.java
10199https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/AbstractUrlHandlerMapping.java
10200https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/BeanNameUrlHandlerMapping.java
10201https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/ConversionServiceExposingInterceptor.java
10202https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/DispatcherServletWebRequest.java
10203https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/HandlerExceptionResolverComposite.java
10204https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/HandlerMappingIntrospector.java
10205https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/HandlerMethodMappingNamingStrategy.java
10206https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/MappedInterceptor.java
10207https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/MatchableHandlerMapping.java
10208https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/package-info.java
10209https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/PathPatternMatchableHandlerMapping.java
10210https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/RequestMatchResult.java
10211https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/SimpleMappingExceptionResolver.java
10212https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/SimpleServletHandlerAdapter.java
10213https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/SimpleServletPostProcessor.java
10214https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/SimpleUrlHandlerMapping.java
10215https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/UserRoleAuthorizationInterceptor.java
10216https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/handler/WebRequestHandlerInterceptorAdapter.java
10217https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/i18n/AbstractLocaleContextResolver.java
10218https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/i18n/AbstractLocaleResolver.java
10219https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/i18n/AcceptHeaderLocaleResolver.java
10220https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/i18n/CookieLocaleResolver.java
10221https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/i18n/FixedLocaleResolver.java
10222https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/i18n/LocaleChangeInterceptor.java
10223https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/i18n/package-info.java
10224https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/i18n/SessionLocaleResolver.java
10225https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/AbstractController.java
10226https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/AbstractUrlViewController.java
10227https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/Controller.java
10228https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/HttpRequestHandlerAdapter.java
10229https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/package-info.java
10230https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/ParameterizableViewController.java
10231https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/ServletForwardingController.java
10232https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/ServletWrappingController.java
10233https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/SimpleControllerHandlerAdapter.java
10234https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/UrlFilenameViewController.java
10235https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/WebContentInterceptor.java
10236https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/annotation/ModelAndViewResolver.java
10237https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/annotation/package-info.java
10238https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/annotation/ResponseStatusExceptionResolver.java
10239https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/AbstractMediaTypeExpression.java
10240https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/AbstractNameValueExpression.java
10241https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/AbstractRequestCondition.java
10242https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/CompositeRequestCondition.java
10243https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/ConsumesRequestCondition.java
10244https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/HeadersRequestCondition.java
10245https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/MediaTypeExpression.java
10246https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/NameValueExpression.java
10247https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/package-info.java
10248https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/ParamsRequestCondition.java
10249https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/PathPatternsRequestCondition.java
10250https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/PatternsRequestCondition.java
10251https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/ProducesRequestCondition.java
10252https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/RequestCondition.java
10253https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/RequestConditionHolder.java
10254https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/RequestMethodsRequestCondition.java
10255https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/VersionRequestCondition.java
10256https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/AbstractHandlerMethodAdapter.java
10257https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/package-info.java
10258https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/RequestMappingInfo.java
10259https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/RequestMappingInfoHandlerMapping.java
10260https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/RequestMappingInfoHandlerMethodMappingNamingStrategy.java
10261https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/AbstractMappingJacksonResponseBodyAdvice.java
10262https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/AbstractMessageConverterMethodArgumentResolver.java
10263https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/AbstractMessageConverterMethodProcessor.java
10264https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/AsyncTaskMethodReturnValueHandler.java
10265https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/CallableMethodReturnValueHandler.java
10266https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ContinuationHandlerMethodArgumentResolver.java
10267https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/DeferredResultMethodReturnValueHandler.java
10268https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ExceptionHandlerExceptionResolver.java
10269https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ExtendedServletRequestDataBinder.java
10270https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/HttpEntityMethodProcessor.java
10271https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/HttpHeadersReturnValueHandler.java
10272https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/JsonViewRequestBodyAdvice.java
10273https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/JsonViewResponseBodyAdvice.java
10274https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/KotlinRequestBodyAdvice.java
10275https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/KotlinResponseBodyAdvice.java
10276https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/MatrixVariableMapMethodArgumentResolver.java
10277https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/MatrixVariableMethodArgumentResolver.java
10278https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ModelAndViewMethodReturnValueHandler.java
10279https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ModelAndViewResolverMethodReturnValueHandler.java
10280https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/MvcUriComponentsBuilder.java
10281https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/package-info.java
10282https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/PathVariableMapMethodArgumentResolver.java
10283https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/PathVariableMethodArgumentResolver.java
10284https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/PrincipalMethodArgumentResolver.java
10285https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ReactiveTypeHandler.java
10286https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RedirectAttributesMethodArgumentResolver.java
10287https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestAttributeMethodArgumentResolver.java
10288https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestBodyAdvice.java
10289https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestBodyAdviceAdapter.java
10290https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerAdapter.java
10291https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerMapping.java
10292https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestPartMethodArgumentResolver.java
10293https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestResponseBodyAdviceChain.java
10294https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestResponseBodyMethodProcessor.java
10295https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ResponseBodyAdvice.java
10296https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ResponseBodyEmitter.java
10297https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ResponseBodyEmitterReturnValueHandler.java
10298https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ResponseEntityExceptionHandler.java
10299https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ResponseEntityReturnValueHandler.java
10300https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ServletCookieValueMethodArgumentResolver.java
10301https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ServletInvocableHandlerMethod.java
10302https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ServletModelAttributeMethodProcessor.java
10303https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ServletRequestDataBinderFactory.java
10304https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ServletRequestMethodArgumentResolver.java
10305https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ServletResponseMethodArgumentResolver.java
10306https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ServletWebArgumentResolverAdapter.java
10307https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/SessionAttributeMethodArgumentResolver.java
10308https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/SseEmitter.java
10309https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/StreamingResponseBody.java
10310https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/StreamingResponseBodyReturnValueHandler.java
10311https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/UriComponentsBuilderMethodArgumentResolver.java
10312https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ViewMethodReturnValueHandler.java
10313https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ViewNameMethodReturnValueHandler.java
10314https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/support/DefaultHandlerExceptionResolver.java
10315https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/support/package-info.java
10316https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/support/RedirectAttributes.java
10317https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/support/RedirectAttributesModelMap.java
10318https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/AbstractResourceResolver.java
10319https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/AbstractVersionStrategy.java
10320https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/CachingResourceResolver.java
10321https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/CachingResourceTransformer.java
10322https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/ContentVersionStrategy.java
10323https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/CssLinkResourceTransformer.java
10324https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/DefaultResourceResolverChain.java
10325https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/DefaultResourceTransformerChain.java
10326https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/DefaultServletHttpRequestHandler.java
10327https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/EncodedResourceResolver.java
10328https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/FixedVersionStrategy.java
10329https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/HttpResource.java
10330https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/LiteWebJarsResourceResolver.java
10331https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/NoResourceFoundException.java
10332https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/package-info.java
10333https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/PathResourceResolver.java
10334https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/ResourceHandlerUtils.java
10335https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/ResourceHttpRequestHandler.java
10336https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/ResourceResolver.java
10337https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/ResourceResolverChain.java
10338https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/ResourceTransformer.java
10339https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/ResourceTransformerChain.java
10340https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/ResourceTransformerSupport.java
10341https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/ResourceUrlEncodingFilter.java
10342https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/ResourceUrlProvider.java
10343https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/ResourceUrlProviderExposingInterceptor.java
10344https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/TransformedResource.java
10345https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/VersionPathStrategy.java
10346https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/VersionResourceResolver.java
10347https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/VersionStrategy.java
10348https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/support/AbstractAnnotationConfigDispatcherServletInitializer.java
10349https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/support/AbstractDispatcherServletInitializer.java
10350https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/support/AbstractFlashMapManager.java
10351https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/support/BindStatus.java
10352https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/support/JspAwareRequestContext.java
10353https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/support/JstlUtils.java
10354https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/support/package-info.java
10355https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/support/RequestContext.java
10356https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/support/RequestContextUtils.java
10357https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/support/RequestDataValueProcessor.java
10358https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/support/ServletUriComponentsBuilder.java
10359https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/support/SessionFlashMapManager.java
10360https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/support/WebContentGenerator.java
10361https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/ArgumentAware.java
10362https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/ArgumentTag.java
10363https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/BindErrorsTag.java
10364https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/BindTag.java
10365https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/EditorAwareTag.java
10366https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/EscapeBodyTag.java
10367https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/EvalTag.java
10368https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/HtmlEscapeTag.java
10369https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/HtmlEscapingAwareTag.java
10370https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/MessageTag.java
10371https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/NestedPathTag.java
10372https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/package-info.java
10373https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/Param.java
10374https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/ParamAware.java
10375https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/ParamTag.java
10376https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/RequestContextAwareTag.java
10377https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/TransformTag.java
10378https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/UrlTag.java
10379https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/AbstractCheckedElementTag.java
10380https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/AbstractDataBoundFormElementTag.java
10381https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/AbstractFormTag.java
10382https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/AbstractHtmlElementBodyTag.java
10383https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/AbstractHtmlElementTag.java
10384https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/AbstractHtmlInputElementTag.java
10385https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/AbstractMultiCheckedElementTag.java
10386https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/AbstractSingleCheckedElementTag.java
10387https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/ButtonTag.java
10388https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/CheckboxesTag.java
10389https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/CheckboxTag.java
10390https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/ErrorsTag.java
10391https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/FormTag.java
10392https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/HiddenInputTag.java
10393https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/InputTag.java
10394https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/LabelTag.java
10395https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/OptionsTag.java
10396https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/OptionTag.java
10397https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/OptionWriter.java
10398https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/package-info.java
10399https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/PasswordInputTag.java
10400https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/RadioButtonsTag.java
10401https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/RadioButtonTag.java
10402https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/SelectedValueComparator.java
10403https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/SelectTag.java
10404https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/TagIdGenerator.java
10405https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/TagWriter.java
10406https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/TextareaTag.java
10407https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/ValueFormatter.java
10408https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/AbstractCachingViewResolver.java
10409https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/AbstractJacksonView.java
10410https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/AbstractTemplateView.java
10411https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/AbstractTemplateViewResolver.java
10412https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/AbstractUrlBasedView.java
10413https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/AbstractView.java
10414https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/BeanNameViewResolver.java
10415https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/ContentNegotiatingViewResolver.java
10416https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/DefaultFragmentsRendering.java
10417https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/DefaultFragmentsRenderingBuilder.java
10418https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/DefaultRequestToViewNameTranslator.java
10419https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/FragmentsRendering.java
10420https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/InternalResourceView.java
10421https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/InternalResourceViewResolver.java
10422https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/JstlView.java
10423https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/package-info.java
10424https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/RedirectView.java
10425https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/UrlBasedViewResolver.java
10426https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/ViewResolverComposite.java
10427https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/document/AbstractPdfStamperView.java
10428https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/document/AbstractPdfView.java
10429https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/document/AbstractXlsView.java
10430https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/document/AbstractXlsxStreamingView.java
10431https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/document/AbstractXlsxView.java
10432https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/document/package-info.java
10433https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/feed/AbstractAtomFeedView.java
10434https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/feed/AbstractFeedView.java
10435https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/feed/AbstractRssFeedView.java
10436https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/feed/package-info.java
10437https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/freemarker/FreeMarkerConfig.java
10438https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/freemarker/FreeMarkerConfigurer.java
10439https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/freemarker/FreeMarkerView.java
10440https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/freemarker/FreeMarkerViewResolver.java
10441https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/freemarker/package-info.java
10442https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/groovy/GroovyMarkupConfig.java
10443https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/groovy/GroovyMarkupConfigurer.java
10444https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/groovy/GroovyMarkupView.java
10445https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/groovy/GroovyMarkupViewResolver.java
10446https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/groovy/package-info.java
10447https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/json/AbstractJackson2View.java
10448https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/json/JacksonJsonView.java
10449https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/json/MappingJackson2JsonView.java
10450https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/json/package-info.java
10451https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/script/package-info.java
10452https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/script/RenderingContext.java
10453https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/script/ScriptTemplateConfig.java
10454https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/script/ScriptTemplateConfigurer.java
10455https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/script/ScriptTemplateView.java
10456https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/script/ScriptTemplateViewResolver.java
10457https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/xml/JacksonXmlView.java
10458https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/xml/MappingJackson2XmlView.java
10459https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/xml/MarshallingView.java
10460https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/xml/package-info.java
10461https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/xslt/package-info.java
10462https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/xslt/XsltView.java
10463https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/java/org/springframework/web/servlet/view/xslt/XsltViewResolver.java
10464https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/kotlin/org/springframework/web/servlet/function/RouterFunctionDsl.kt
10465https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/kotlin/org/springframework/web/servlet/function/ServerRequestExtensions.kt
10466https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/kotlin/org/springframework/web/servlet/function/ServerResponseExtensions.kt
10467https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/resources/META-INF/spring-form.tld
10468https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/resources/META-INF/spring.handlers
10469https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/resources/META-INF/spring.schemas
10470https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/resources/META-INF/spring.tld
10471https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/resources/META-INF/spring.tooling
10472https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/resources/org/springframework/web/servlet/DispatcherServlet.properties
10473https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/resources/org/springframework/web/servlet/config/spring-mvc.gif
10474https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/resources/org/springframework/web/servlet/config/spring-mvc.xsd
10475https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/main/resources/org/springframework/web/servlet/view/freemarker/spring.ftl
10476https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/beans/factory/access/TestBean.java
10477https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/context/LifecycleContextBean.java
10478https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/context/ContextLoaderTests.java
10479https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/context/ServletConfigAwareBean.java
10480https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/context/ServletContextAwareBean.java
10481https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/context/ServletContextAwareProcessorTests.java
10482https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/context/XmlWebApplicationContextTests.java
10483https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/context/support/HttpRequestHandlerTests.java
10484https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/context/support/ServletContextSupportTests.java
10485https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/context/support/WebApplicationObjectSupportTests.java
10486https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/ComplexWebApplicationContext.java
10487https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/DispatcherServletTests.java
10488https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/FlashMapTests.java
10489https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/HandlerExecutionChainTests.java
10490https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/SimpleWebApplicationContext.java
10491https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/config/AnnotationDrivenBeanDefinitionParserTests.java
10492https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/config/MvcNamespaceTests.java
10493https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/ContentNegotiationConfigurerTests.java
10494https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/CorsRegistryTests.java
10495https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/DefaultServletHandlerConfigurerTests.java
10496https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/DelegatingWebMvcConfigurationIntegrationTests.java
10497https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/DelegatingWebMvcConfigurationTests.java
10498https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/InterceptorRegistryTests.java
10499https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/ResourceHandlerRegistryTests.java
10500https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/ViewControllerRegistryTests.java
10501https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/ViewResolutionIntegrationTests.java
10502https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/ViewResolverRegistryTests.java
10503https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/WebMvcConfigurationSupportExtensionTests.java
10504https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/WebMvcConfigurationSupportTests.java
10505https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/function/AttributesTestVisitor.java
10506https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/function/DefaultAsyncServerResponseTests.java
10507https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/function/DefaultEntityResponseBuilderTests.java
10508https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/function/DefaultRenderingResponseTests.java
10509https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/function/DefaultServerRequestBuilderTests.java
10510https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/function/DefaultServerRequestTests.java
10511https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/function/DefaultServerResponseBuilderTests.java
10512https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/function/PathResourceLookupFunctionTests.java
10513https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/function/RequestPredicatesTests.java
10514https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/function/RequestPredicateTests.java
10515https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/function/ResourceHandlerFunctionTests.java
10516https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/function/RouterFunctionBuilderTests.java
10517https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/function/RouterFunctionsTests.java
10518https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/function/RouterFunctionTests.java
10519https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/function/SseServerResponseTests.java
10520https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/function/StreamingServerResponseTests.java
10521https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/function/ToStringVisitorTests.java
10522https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/function/support/HandlerFunctionAdapterTests.java
10523https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/function/support/RouterFunctionMappingTests.java
10524https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/function/support/RouterFunctionMappingVersionTests.java
10525https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/handler/AbstractUrlHandlerMappingTests.java
10526https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/handler/BeanNameUrlHandlerMappingTests.java
10527https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/handler/CorsAbstractHandlerMappingTests.java
10528https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/handler/HandlerMappingIntrospectorTests.java
10529https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/handler/HandlerMappingTests.java
10530https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/handler/HandlerMethodMappingTests.java
10531https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/handler/MappedInterceptorTests.java
10532https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/handler/PathMatchingUrlHandlerMappingTests.java
10533https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/handler/PathPatternsParameterizedTest.java
10534https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/handler/PathPatternsTestUtils.java
10535https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/handler/SimpleMappingExceptionResolverTests.java
10536https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/handler/SimpleUrlHandlerMappingTests.java
10537https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/i18n/AcceptHeaderLocaleResolverTests.java
10538https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/i18n/CookieLocaleResolverTests.java
10539https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/i18n/LocaleResolverTests.java
10540https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/i18n/SessionLocaleResolverTests.java
10541https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/ControllerTests.java
10542https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/ParameterizableViewControllerTests.java
10543https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/UrlFilenameViewControllerTests.java
10544https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/WebContentInterceptorTests.java
10545https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/annotation/CglibProxyControllerTests.java
10546https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/annotation/JdkProxyControllerTests.java
10547https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/annotation/ResponseStatusExceptionResolverTests.java
10548https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/condition/CompositeRequestConditionTests.java
10549https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/condition/ConsumesRequestConditionTests.java
10550https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/condition/HeadersRequestConditionTests.java
10551https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/condition/ParamsRequestConditionTests.java
10552https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/condition/PathPatternsRequestConditionTests.java
10553https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/condition/PatternsRequestConditionTests.java
10554https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/condition/ProducesRequestConditionTests.java
10555https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/condition/RequestConditionHolderTests.java
10556https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/condition/RequestMethodsRequestConditionTests.java
10557https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/condition/VersionRequestConditionTests.java
10558https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/RequestMappingInfoHandlerMappingTests.java
10559https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/RequestMappingInfoHandlerMethodMappingNamingStrategyTests.java
10560https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/RequestMappingInfoTests.java
10561https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/AbstractRequestAttributesArgumentResolverTests.java
10562https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/AbstractServletHandlerMethodTests.java
10563https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/CrossOriginTests.java
10564https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/DeferredResultReturnValueHandlerTests.java
10565https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ExceptionHandlerExceptionResolverTests.java
10566https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ExtendedServletRequestDataBinderTests.java
10567https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/FragmentRenderingStreamTests.java
10568https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/HandlerMethodAnnotationDetectionTests.java
10569https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/HttpEntityMethodProcessorMockTests.java
10570https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/HttpEntityMethodProcessorTests.java
10571https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/MatrixVariablesMapMethodArgumentResolverTests.java
10572https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/MatrixVariablesMethodArgumentResolverTests.java
10573https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/MethodValidationTests.java
10574https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ModelAndViewMethodReturnValueHandlerTests.java
10575https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ModelAndViewResolverMethodReturnValueHandlerTests.java
10576https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/MvcUriComponentsBuilderTests.java
10577https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/PathVariableMapMethodArgumentResolverTests.java
10578https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/PathVariableMethodArgumentResolverTests.java
10579https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/PrincipalMethodArgumentResolverTests.java
10580https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ReactiveTypeHandlerTests.java
10581https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestAttributeMethodArgumentResolverTests.java
10582https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerAdapterIntegrationTests.java
10583https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerAdapterTests.java
10584https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerMappingTests.java
10585https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestMappingVersionHandlerMethodTests.java
10586https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestPartIntegrationTests.java
10587https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestPartMethodArgumentResolverTests.java
10588https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestResponseBodyAdviceChainTests.java
10589https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestResponseBodyMethodProcessorMockTests.java
10590https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestResponseBodyMethodProcessorTests.java
10591https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestScopedControllerAdviceIntegrationTests.java
10592https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ResponseBodyEmitterReturnValueHandlerTests.java
10593https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ResponseBodyEmitterTests.java
10594https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ResponseEntityExceptionHandlerTests.java
10595https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ServletAnnotationControllerHandlerMethodTests.java
10596https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ServletCookieValueMethodArgumentResolverTests.java
10597https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ServletInvocableHandlerMethodTests.java
10598https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ServletModelAttributeMethodProcessorTests.java
10599https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ServletRequestMethodArgumentResolverTests.java
10600https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ServletResponseMethodArgumentResolverTests.java
10601https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/SessionAttributeMethodArgumentResolverTests.java
10602https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/SseEmitterTests.java
10603https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/StreamingResponseBodyReturnValueHandlerTests.java
10604https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/UriComponentsBuilderMethodArgumentResolverTests.java
10605https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/UriTemplateServletAnnotationControllerHandlerMethodTests.java
10606https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ViewMethodReturnValueHandlerTests.java
10607https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ViewNameMethodReturnValueHandlerTests.java
10608https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/support/DefaultHandlerExceptionResolverTests.java
10609https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/support/ParameterizableViewControllerTests.java
10610https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/support/RedirectAttributesModelMapTests.java
10611https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/CachingResourceResolverTests.java
10612https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/ContentBasedVersionStrategyTests.java
10613https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/CssLinkResourceTransformerTests.java
10614https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/EncodedResourceResolverTests.java
10615https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/FixedVersionStrategyTests.java
10616https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/GzipSupport.java
10617https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/LiteWebJarsResourceResolverTests.java
10618https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/NoResourceFoundExceptionTests.java
10619https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/PathResourceResolverTests.java
10620https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/ResourceHttpRequestHandlerIntegrationTests.java
10621https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/ResourceHttpRequestHandlerTests.java
10622https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/ResourceTransformerSupportTests.java
10623https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/ResourceUrlEncodingFilterTests.java
10624https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/ResourceUrlProviderJavaConfigTests.java
10625https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/ResourceUrlProviderTests.java
10626https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/resource/VersionResourceResolverTests.java
10627https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/support/AnnotationConfigDispatcherServletInitializerTests.java
10628https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/support/DispatcherServletInitializerTests.java
10629https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/support/FlashMapManagerTests.java
10630https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/support/MockServletRegistration.java
10631https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/support/RequestContextTests.java
10632https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/support/RequestDataValueProcessorWrapper.java
10633https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/support/ServletUriComponentsBuilderTests.java
10634https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/support/WebContentGeneratorTests.java
10635https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/AbstractTagTests.java
10636https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/ArgumentTagTests.java
10637https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/BindTagOutsideDispatcherServletTests.java
10638https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/BindTagTests.java
10639https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/EvalTagTests.java
10640https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/HtmlEscapeTagOutsideDispatcherServletTests.java
10641https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/HtmlEscapeTagTests.java
10642https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/MessageTagOutsideDispatcherServletTests.java
10643https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/MessageTagTests.java
10644https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/ParamTagTests.java
10645https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/ParamTests.java
10646https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/UrlTagTests.java
10647https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/AbstractFormTagTests.java
10648https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/AbstractHtmlElementTagTests.java
10649https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/ButtonTagTests.java
10650https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/CheckboxesTagTests.java
10651https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/CheckboxTagTests.java
10652https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/Country.java
10653https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/ErrorsTagTests.java
10654https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/FormTagTests.java
10655https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/HiddenInputTagTests.java
10656https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/InputTagTests.java
10657https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/ItemPet.java
10658https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/LabelTagTests.java
10659https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/OptionsTagTests.java
10660https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/OptionTagEnumTests.java
10661https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/OptionTagTests.java
10662https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/PasswordInputTagTests.java
10663https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/RadioButtonsTagTests.java
10664https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/RadioButtonTagTests.java
10665https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/SelectTagTests.java
10666https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/SimpleFloatEditor.java
10667https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/TagIdGeneratorTests.java
10668https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/TagWriterTests.java
10669https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/TestBeanWithRealCountry.java
10670https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/TestTypes.java
10671https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/form/TextareaTagTests.java
10672https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/BaseViewTests.java
10673https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/ContentNegotiatingViewResolverTests.java
10674https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/DefaultFragmentsRenderingTests.java
10675https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/DefaultRequestToViewNameTranslatorTests.java
10676https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/DummyMacroRequestContext.java
10677https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/InternalResourceViewTests.java
10678https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/RedirectViewTests.java
10679https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/RedirectViewUriTemplateTests.java
10680https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/ViewResolverTests.java
10681https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/document/XlsViewTests.java
10682https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/feed/AtomFeedViewTests.java
10683https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/feed/RssFeedViewTests.java
10684https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/freemarker/FreeMarkerConfigurerTests.java
10685https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/freemarker/FreeMarkerMacroTests.java
10686https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/freemarker/FreeMarkerViewTests.java
10687https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/groovy/GroovyMarkupConfigurerTests.java
10688https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/groovy/GroovyMarkupViewResolverTests.java
10689https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/groovy/GroovyMarkupViewTests.java
10690https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/json/JacksonJsonViewTests.java
10691https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/json/MappingJackson2JsonViewTests.java
10692https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/script/JRubyScriptTemplateTests.java
10693https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/script/JythonScriptTemplateTests.java
10694https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/script/ScriptTemplateViewResolverTests.java
10695https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/xml/JacksonXmlViewTests.java
10696https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/xml/MappingJackson2XmlViewTests.java
10697https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/xml/MarshallingViewTests.java
10698https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/xslt/XsltViewResolverTests.java
10699https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/java/org/springframework/web/servlet/view/xslt/XsltViewTests.java
10700https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/kotlin/org/springframework/web/servlet/function/RouterFunctionDslTests.kt
10701https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/kotlin/org/springframework/web/servlet/function/ServerRequestExtensionsTests.kt
10702https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/kotlin/org/springframework/web/servlet/function/ServerResponseExtensionsTests.kt
10703https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/kotlin/org/springframework/web/servlet/mvc/method/annotation/RequestResponseBodyMethodProcessorKotlinTests.kt
10704https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/kotlin/org/springframework/web/servlet/mvc/method/annotation/ServletAnnotationControllerHandlerMethodKotlinTests.kt
10705https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/log4j2-test.xml
10706https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/context/beans1.xml
10707https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/context/ref1.xml
10708https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/context/WEB-INF/applicationContext.xml
10709https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/context/WEB-INF/context-addition.xml
10710https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/context/WEB-INF/context-messages.properties
10711https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/context/WEB-INF/context-messages_en_GB.properties
10712https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/context/WEB-INF/context-messages_en_US.properties
10713https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/context/WEB-INF/contextInclude.xml
10714https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/context/WEB-INF/ContextLoaderTests-acc-context.xml
10715https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/context/WEB-INF/empty-context.xml
10716https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/context/WEB-INF/empty-servlet.xml
10717https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/context/WEB-INF/fail.xml
10718https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/context/WEB-INF/more-context-messages.properties
10719https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/context/WEB-INF/myoverride.properties
10720https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/context/WEB-INF/myplaceholder.properties
10721https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/context/WEB-INF/test-messages.properties
10722https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/context/WEB-INF/test-servlet.xml
10723https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/context/WEB-INF/testNamespace.xml
10724https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/context/WEB-INF/web.xml
10725https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/context/WEB-INF/resources/messageSource.xml
10726https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-argument-resolvers.xml
10727https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-async-support.xml
10728https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-bean-decoration.xml
10729https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-content-negotiation-manager.xml
10730https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-cors-minimal.xml
10731https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-cors.xml
10732https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-custom-conversion-service.xml
10733https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-custom-pattern-parser.xml
10734https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-custom-validator.xml
10735https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-default-servlet-optional-attrs.xml
10736https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-default-servlet.xml
10737https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-deprecated-path-matcher.xml
10738https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-interceptors.xml
10739https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-message-codes-resolver.xml
10740https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-message-converters-defaults-off.xml
10741https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-message-converters.xml
10742https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-path-matching-mappings.xml
10743https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-path-matching.xml
10744https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-resources-chain-no-auto.xml
10745https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-resources-chain.xml
10746https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-resources-optional-attrs.xml
10747https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-resources.xml
10748https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-return-value-handlers.xml
10749https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-view-controllers-minimal.xml
10750https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-view-controllers.xml
10751https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-view-resolution-content-negotiation.xml
10752https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-view-resolution-custom-order.xml
10753https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config-view-resolution.xml
10754https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/mvc-config.xml
10755https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/annotation/testStylesheet.css
10756https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/annotation/WEB-INF/index.ftl
10757https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/annotation/WEB-INF/index.jsp
10758https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/annotation/WEB-INF/index.tpl
10759https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/config/annotation/WEB-INF/index.vm
10760https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/function/response.txt
10761https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/function/child/response.txt
10762https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/handler/map1.xml
10763https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/handler/map2.properties
10764https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/handler/map2.xml
10765https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/handler/map2err.xml
10766https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/handler/map3.properties
10767https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/handler/map3.xml
10768https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/mvc/method/annotation/logo.jpg
10769https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/resource/META-INF/resources/webjars/foo/2.3/foo.txt
10770https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/resource/test/bar.css
10771https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/resource/test/bar.min.css
10772https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/resource/test/empty_url_function.css
10773https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/resource/test/error.appcache
10774https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/resource/test/external.css
10775https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/resource/test/foo with spaces.css
10776https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/resource/test/foo.bar
10777https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/resource/test/foo.css
10778https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/resource/test/foo.html
10779https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/resource/test/foo.txt
10780https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/resource/test/main.css
10781https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/resource/test/test%file.txt
10782https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/resource/test/test.appcache
10783https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/resource/test/foo-bar/foo-bar.css
10784https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/resource/test/images/image.png
10785https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/resource/test/js/bar.js
10786https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/resource/test/js/foo.js
10787https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/resource/testalternatepath/bar.css
10788https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/resource/testalternatepath/baz.css
10789https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/resource/testalternatepath/foo.css
10790https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/resource/testalternatepath/js/bar.js
10791https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/resource/testalternatepath/js/baz.js
10792https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/resource/testalternatepath/js/foo.js
10793https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/resource/testsecret/secret.txt
10794https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/testviews.properties
10795https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/testviews_en.properties
10796https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/testviews_fr.properties
10797https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/views.xml
10798https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/document/template.xls
10799https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/document/template_de.xls
10800https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/document/template_en_US.xls
10801https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/freemarker/test.ftl
10802https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/groovy/content.tpl
10803https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/groovy/i18n.tpl
10804https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/groovy/i18n_de_DE.tpl
10805https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/groovy/i18n_es.tpl
10806https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/groovy/i18n_fr.tpl
10807https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/groovy/layout-main.tpl
10808https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/groovy/test.tpl
10809https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/groovy/includes/include.tpl
10810https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/groovy/includes/include_de_DE.tpl
10811https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/script/empty.txt
10812https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/script/messages_en.properties
10813https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/script/messages_fr.properties
10814https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/script/jruby/render.rb
10815https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/script/jruby/template.erb
10816https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/script/jython/fragment1.html
10817https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/script/jython/fragment2.html
10818https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/script/jython/render.py
10819https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/script/jython/template.html
10820https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/xslt/dummyData.xsl
10821https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/xslt/errors.xsl
10822https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/xslt/firstWords.xsl
10823https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/xslt/productData.xml
10824https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/xslt/products.xsl
10825https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/xslt/productsImport.xsl
10826https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/xslt/sunnyDay.xsl
10827https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/xslt/sunnyDayExplicitRoot.xsl
10828https://github.com/spring-projects/spring-framework/tree/main/spring-webmvc/src/test/resources/org/springframework/web/servlet/view/xslt/valid.xsl
10829https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/spring-websocket.gradle
10830https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/AbstractWebSocketMessage.java
10831https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/BinaryMessage.java
10832https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/CloseStatus.java
10833https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/package-info.java
10834https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/PingMessage.java
10835https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/PongMessage.java
10836https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/SubProtocolCapable.java
10837https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/TextMessage.java
10838https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/WebSocketExtension.java
10839https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/WebSocketHandler.java
10840https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/WebSocketHttpHeaders.java
10841https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/WebSocketMessage.java
10842https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/WebSocketSession.java
10843https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/adapter/AbstractWebSocketSession.java
10844https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/adapter/NativeWebSocketSession.java
10845https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/adapter/package-info.java
10846https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/adapter/jetty/JettyWebSocketHandlerAdapter.java
10847https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/adapter/jetty/JettyWebSocketSession.java
10848https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/adapter/jetty/package-info.java
10849https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/adapter/jetty/WebSocketToJettyExtensionConfigAdapter.java
10850https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/adapter/standard/ConvertingEncoderDecoderSupport.java
10851https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/adapter/standard/package-info.java
10852https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/adapter/standard/StandardToWebSocketExtensionAdapter.java
10853https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/adapter/standard/StandardWebSocketHandlerAdapter.java
10854https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/adapter/standard/StandardWebSocketSession.java
10855https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/adapter/standard/WebSocketToStandardExtensionAdapter.java
10856https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/client/AbstractWebSocketClient.java
10857https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/client/ConnectionManagerSupport.java
10858https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/client/package-info.java
10859https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/client/WebSocketClient.java
10860https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/client/WebSocketConnectionManager.java
10861https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/client/standard/AnnotatedEndpointConnectionManager.java
10862https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/client/standard/EndpointConnectionManager.java
10863https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/client/standard/package-info.java
10864https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/client/standard/StandardWebSocketClient.java
10865https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/client/standard/WebSocketContainerFactoryBean.java
10866https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/HandlersBeanDefinitionParser.java
10867https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/MessageBrokerBeanDefinitionParser.java
10868https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/package-info.java
10869https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/WebSocketMessageBrokerStats.java
10870https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/WebSocketNamespaceHandler.java
10871https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/WebSocketNamespaceUtils.java
10872https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/AbstractWebSocketHandlerRegistration.java
10873https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/DelegatingWebSocketConfiguration.java
10874https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/DelegatingWebSocketMessageBrokerConfiguration.java
10875https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/EnableWebSocket.java
10876https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/EnableWebSocketMessageBroker.java
10877https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/package-info.java
10878https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/ServletWebSocketHandlerRegistration.java
10879https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/ServletWebSocketHandlerRegistry.java
10880https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/SockJsServiceRegistration.java
10881https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/StompEndpointRegistry.java
10882https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/StompWebSocketEndpointRegistration.java
10883https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/WebMvcStompEndpointRegistry.java
10884https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/WebMvcStompWebSocketEndpointRegistration.java
10885https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/WebSocketConfigurationSupport.java
10886https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/WebSocketConfigurer.java
10887https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/WebSocketHandlerRegistration.java
10888https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/WebSocketHandlerRegistry.java
10889https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/WebSocketMessageBrokerConfigurationSupport.java
10890https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/WebSocketMessageBrokerConfigurer.java
10891https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/WebSocketScope.java
10892https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/WebSocketTransportRegistration.java
10893https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/handler/AbstractWebSocketHandler.java
10894https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/handler/BeanCreatingHandlerProvider.java
10895https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/handler/BinaryWebSocketHandler.java
10896https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/handler/ConcurrentWebSocketSessionDecorator.java
10897https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/handler/ExceptionWebSocketHandlerDecorator.java
10898https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/handler/LoggingWebSocketHandlerDecorator.java
10899https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/handler/package-info.java
10900https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/handler/PerConnectionWebSocketHandler.java
10901https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/handler/SessionLimitExceededException.java
10902https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/handler/TextWebSocketHandler.java
10903https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/handler/WebSocketHandlerDecorator.java
10904https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/handler/WebSocketHandlerDecoratorFactory.java
10905https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/handler/WebSocketSessionDecorator.java
10906https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/messaging/AbstractSubProtocolEvent.java
10907https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/messaging/DefaultSimpUserRegistry.java
10908https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/messaging/package-info.java
10909https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/messaging/SessionConnectedEvent.java
10910https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/messaging/SessionConnectEvent.java
10911https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/messaging/SessionDisconnectEvent.java
10912https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/messaging/SessionSubscribeEvent.java
10913https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/messaging/SessionUnsubscribeEvent.java
10914https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/messaging/StompSubProtocolErrorHandler.java
10915https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/messaging/StompSubProtocolHandler.java
10916https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/messaging/SubProtocolErrorHandler.java
10917https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/messaging/SubProtocolHandler.java
10918https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/messaging/SubProtocolWebSocketHandler.java
10919https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/messaging/WebSocketAnnotationMethodMessageHandler.java
10920https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/messaging/WebSocketStompClient.java
10921https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/server/HandshakeFailureException.java
10922https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/server/HandshakeHandler.java
10923https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/server/HandshakeInterceptor.java
10924https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/server/package-info.java
10925https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/server/RequestUpgradeStrategy.java
10926https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/server/jetty/JettyRequestUpgradeStrategy.java
10927https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/server/jetty/package-info.java
10928https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/server/standard/package-info.java
10929https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/server/standard/ServerEndpointExporter.java
10930https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/server/standard/ServerEndpointRegistration.java
10931https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/server/standard/ServletServerContainerFactoryBean.java
10932https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/server/standard/SpringConfigurator.java
10933https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/server/standard/StandardWebSocketUpgradeStrategy.java
10934https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/server/support/AbstractHandshakeHandler.java
10935https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/server/support/DefaultHandshakeHandler.java
10936https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/server/support/HandshakeInterceptorChain.java
10937https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/server/support/HttpSessionHandshakeInterceptor.java
10938https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/server/support/OriginHandshakeInterceptor.java
10939https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/server/support/package-info.java
10940https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/server/support/WebSocketHandlerMapping.java
10941https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/server/support/WebSocketHttpRequestHandler.java
10942https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/package-info.java
10943https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/SockJsException.java
10944https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/SockJsMessageDeliveryException.java
10945https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/SockJsService.java
10946https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/SockJsTransportFailureException.java
10947https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/AbstractClientSockJsSession.java
10948https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/AbstractXhrTransport.java
10949https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/DefaultTransportRequest.java
10950https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/InfoReceiver.java
10951https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/JettyXhrTransport.java
10952https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/package-info.java
10953https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/RestTemplateXhrTransport.java
10954https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/SockJsClient.java
10955https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/SockJsUrlInfo.java
10956https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/Transport.java
10957https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/TransportRequest.java
10958https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/WebSocketClientSockJsSession.java
10959https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/WebSocketTransport.java
10960https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/XhrClientSockJsSession.java
10961https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/client/XhrTransport.java
10962https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/frame/AbstractSockJsMessageCodec.java
10963https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/frame/DefaultSockJsFrameFormat.java
10964https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/frame/Jackson2SockJsMessageCodec.java
10965https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/frame/JacksonJsonSockJsMessageCodec.java
10966https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/frame/package-info.java
10967https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/frame/SockJsFrame.java
10968https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/frame/SockJsFrameFormat.java
10969https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/frame/SockJsFrameType.java
10970https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/frame/SockJsMessageCodec.java
10971https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/support/AbstractSockJsService.java
10972https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/support/package-info.java
10973https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/support/SockJsHttpRequestHandler.java
10974https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/package-info.java
10975https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/SockJsServiceConfig.java
10976https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/SockJsSession.java
10977https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/SockJsSessionFactory.java
10978https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/TransportHandler.java
10979https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/TransportHandlingSockJsService.java
10980https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/TransportType.java
10981https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/AbstractHttpReceivingTransportHandler.java
10982https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/AbstractHttpSendingTransportHandler.java
10983https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/AbstractTransportHandler.java
10984https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/DefaultSockJsService.java
10985https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/EventSourceTransportHandler.java
10986https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/HtmlFileTransportHandler.java
10987https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/package-info.java
10988https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/SockJsWebSocketHandler.java
10989https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/WebSocketTransportHandler.java
10990https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/XhrPollingTransportHandler.java
10991https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/XhrReceivingTransportHandler.java
10992https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/XhrStreamingTransportHandler.java
10993https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/session/AbstractHttpSockJsSession.java
10994https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/session/AbstractSockJsSession.java
10995https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/session/package-info.java
10996https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/session/PollingSockJsSession.java
10997https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/session/StreamingSockJsSession.java
10998https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/session/WebSocketServerSockJsSession.java
10999https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/resources/META-INF/spring.handlers
11000https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/resources/META-INF/spring.schemas
11001https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/resources/META-INF/spring.tooling
11002https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/resources/org/springframework/web/socket/config/spring-websocket.gif
11003https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/main/resources/org/springframework/web/socket/config/spring-websocket.xsd
11004https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/AbstractHttpRequestTests.java
11005https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/AbstractWebSocketIntegrationTests.java
11006https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/ContextLoaderTestUtils.java
11007https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/JettyWebSocketTestServer.java
11008https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/TextMessageTests.java
11009https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/TomcatWebSocketTestServer.java
11010https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/WebSocketExtensionTests.java
11011https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/WebSocketHandshakeTests.java
11012https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/WebSocketTestServer.java
11013https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/adapter/jetty/JettyWebSocketHandlerAdapterTests.java
11014https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/adapter/jetty/JettyWebSocketSessionTests.java
11015https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/adapter/standard/ConvertingEncoderDecoderSupportTests.java
11016https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/adapter/standard/StandardWebSocketHandlerAdapterTests.java
11017https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/adapter/standard/StandardWebSocketSessionTests.java
11018https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/client/WebSocketConnectionManagerTests.java
11019https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/client/standard/StandardWebSocketClientTests.java
11020https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/config/HandlersBeanDefinitionParserTests.java
11021https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/config/MessageBrokerBeanDefinitionParserTests.java
11022https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/config/WebSocketMessageBrokerStatsTests.java
11023https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/config/annotation/WebMvcStompEndpointRegistryTests.java
11024https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/config/annotation/WebMvcStompWebSocketEndpointRegistrationTests.java
11025https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/config/annotation/WebSocketConfigurationTests.java
11026https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/config/annotation/WebSocketHandlerRegistrationTests.java
11027https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/config/annotation/WebSocketMessageBrokerConfigurationSupportTests.java
11028https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/handler/BeanCreatingHandlerProviderTests.java
11029https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/handler/BlockingWebSocketSession.java
11030https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/handler/ConcurrentWebSocketSessionDecoratorTests.java
11031https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/handler/ExceptionWebSocketHandlerDecoratorTests.java
11032https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/handler/PerConnectionWebSocketHandlerTests.java
11033https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/handler/TestWebSocketSession.java
11034https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/handler/WebSocketHandlerDecoratorTests.java
11035https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/handler/WebSocketHttpHeadersTests.java
11036https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/messaging/DefaultSimpUserRegistryTests.java
11037https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/messaging/OrderedMessageSendingIntegrationTests.java
11038https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/messaging/StompSubProtocolErrorHandlerTests.java
11039https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/messaging/StompSubProtocolHandlerTests.java
11040https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/messaging/StompTextMessageBuilder.java
11041https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/messaging/StompWebSocketIntegrationTests.java
11042https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/messaging/SubProtocolWebSocketHandlerTests.java
11043https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/messaging/WebSocketAnnotationMethodMessageHandlerTests.java
11044https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/messaging/WebSocketStompClientIntegrationTests.java
11045https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/messaging/WebSocketStompClientTests.java
11046https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/server/DefaultHandshakeHandlerTests.java
11047https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/server/standard/ServerEndpointExporterTests.java
11048https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/server/standard/ServerEndpointRegistrationTests.java
11049https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/server/standard/SpringConfiguratorTests.java
11050https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/server/support/HandshakeInterceptorChainTests.java
11051https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/server/support/HttpSessionHandshakeInterceptorTests.java
11052https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/server/support/OriginHandshakeInterceptorTests.java
11053https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/server/support/WebSocketHandlerMappingTests.java
11054https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/server/support/WebSocketHttpRequestHandlerTests.java
11055https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/client/AbstractSockJsIntegrationTests.java
11056https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/client/ClientSockJsSessionTests.java
11057https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/client/DefaultTransportRequestTests.java
11058https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/client/RestTemplateXhrTransportTests.java
11059https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/client/SockJsClientTests.java
11060https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/client/SockJsUrlInfoTests.java
11061https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/client/TestTransport.java
11062https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/client/XhrTransportTests.java
11063https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/frame/SockJsFrameTests.java
11064https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/support/SockJsServiceTests.java
11065https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/transport/TransportTypeTests.java
11066https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/transport/handler/DefaultSockJsServiceTests.java
11067https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/transport/handler/HttpReceivingTransportHandlerTests.java
11068https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/transport/handler/HttpSendingTransportHandlerTests.java
11069https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/transport/handler/SockJsWebSocketHandlerTests.java
11070https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/transport/session/AbstractSockJsSessionTests.java
11071https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/transport/session/HttpSockJsSessionTests.java
11072https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/transport/session/SockJsSessionTests.java
11073https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/transport/session/StubSockJsServiceConfig.java
11074https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/transport/session/TestHttpSockJsSession.java
11075https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/transport/session/TestSockJsSession.java
11076https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/java/org/springframework/web/socket/sockjs/transport/session/WebSocketServerSockJsSessionTests.java
11077https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/resources/log4j2-test.xml
11078https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/resources/org/springframework/web/socket/config/websocket-config-broker-converters-defaults-off.xml
11079https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/resources/org/springframework/web/socket/config/websocket-config-broker-converters.xml
11080https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/resources/org/springframework/web/socket/config/websocket-config-broker-custom-argument-and-return-value-types.xml
11081https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/resources/org/springframework/web/socket/config/websocket-config-broker-customchannels-default-executor.xml
11082https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/resources/org/springframework/web/socket/config/websocket-config-broker-customchannels.xml
11083https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/resources/org/springframework/web/socket/config/websocket-config-broker-relay.xml
11084https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/resources/org/springframework/web/socket/config/websocket-config-broker-simple.xml
11085https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/resources/org/springframework/web/socket/config/websocket-config-handlers-attributes.xml
11086https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/resources/org/springframework/web/socket/config/websocket-config-handlers-sockjs-attributes.xml
11087https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/resources/org/springframework/web/socket/config/websocket-config-handlers-sockjs.xml
11088https://github.com/spring-projects/spring-framework/tree/main/spring-websocket/src/test/resources/org/springframework/web/socket/config/websocket-config-handlers.xml
11089https://github.com/spring-projects/spring-framework/tree/main/src/checkstyle/checkstyle-suppressions.xml
11090https://github.com/spring-projects/spring-framework/tree/main/src/checkstyle/checkstyle.xml
11091https://github.com/spring-projects/spring-framework/tree/main/src/eclipse/org.eclipse.core.resources.prefs
11092https://github.com/spring-projects/spring-framework/tree/main/src/eclipse/org.eclipse.jdt.core.prefs
11093https://github.com/spring-projects/spring-framework/tree/main/src/eclipse/org.eclipse.jdt.ui.prefs
11094https://github.com/spring-projects/spring-framework/tree/main/src/idea/spring-framework.xml
11095https://github.com/spring-projects/spring-framework/tree/main/src/nohttp/allowlist.lines
11096https://github.com/spring-projects/spring-framework/tree/main/src/nohttp/checkstyle.xml